Project Detail

Mobile Application  

Mobile Application is project number 507022
posted at Freelancer.com. Click here to post your own project.

 

| More
Free Trial For New Buyers
 

Status: Frozen
(Bid period finished)

Selected Providers: -

Budget: $250-750

Created: 09/12/2009 at 17:13 EDT

Bid Count: 26

Average Bid:
$ 860

11/11/2009 at 17:13 EST

Project Creator: bdmania
Employer Rating: (No Feedback Yet)

Bid On This Project
 

Description

i want to make a customize mobile application for Java (MIDP 1.0 & MIDP 2.0, J2ME Polish) users.

its a chatting software. user can chat both our web and mobile application.

i will explain you more.

Messages Posted:3 View project clarification board Post message on project clarification board

Bid On This Project
 

If you are the project creator or one of the bidders Log In for more options

 

750

15 days

10-29-2009 02:10 EDT

I can do this

help

 

4600

45 days

09-14-2009 05:58 EDT

(No Feedback Yet)

Hello Friend, We have abstarcted your views and we will assure you our best and unique work with our best styles and quality. We have zealous development team with us. Please check the PMB for detailed view of our works. Thanks & Regards, Nancy, skype: excoflare | yah(oo): excoflare | Excoflare Technologies www.portfolio.excoflare.com www.excoflare.com

help

 

1500

60 days

10-01-2009 00:30 EDT

(No Feedback Yet)

Hey, I have extensive experience with polish and j2me. I can do a neat app for you.

help

 

250

30 days

09-12-2009 21:24 EDT

(No Feedback Yet)

Hi i have some experience in J2ME. I would like to help you.Please send me more info.

help

 

600

21 days

09-12-2009 21:27 EDT

(No Feedback Yet)

Greetings I've developed a similar application 2 years ago for a mobile network in my country, see the PMB for more information

help

 

600

20 days

09-13-2009 03:19 EDT

(No Feedback Yet)

Hello Sir, We have good experience in J2ME, J2ME Polish and Blackberry. We are full time Developer. We already prepared such kind of application for web and mobile. So let's start. Thanks

help

 

300

25 days

09-13-2009 11:31 EDT

(No Feedback Yet)

Hi, I have already Developed Such kind of application recently. Also features file sharing/Upload for peers on the web as well as on the mobile application.

help

 

250

30 days

09-13-2009 22:10 EDT

(No Feedback Yet)

Please check pm.

help

 

500

30 days

09-15-2009 13:06 EDT

(No Feedback Yet)

We can provide you quality with experience. Please check the PMB

help

 

300

25 days

09-17-2009 03:56 EDT

(No Feedback Yet)

Yeah, i'm ready for it as soon as possible...but, i need more detil of this project.

help

 

1500

45 days

09-20-2009 08:09 EDT

(No Feedback Yet)

We a ready to discuss details http://intellect-group.com Best regards, IntellectGroup.

help

 

700

30 days

09-21-2009 05:24 EDT

(No Feedback Yet)

Hi boss i have done this already. Is it already developed or i have to develop from scratch or just need porting in j2me polish. r u using openfire for chatting s/w. Thanks,

help

 

1300

30 days

09-26-2009 02:03 EDT

(No Feedback Yet)

THE BEST SOLUTION IS HERE~~WE DO HOPE WE CAN HELP~~ We specialize in mobile apps,online game, flash game developing for 5 years.We master the C++,flash'.net etc.and we've done a lots of apps for iTunes.You can find them at http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=308219023&mt=8 http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=319475603&mt=8 http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=317418592&mt=8 http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=310136976&mt=8 Moreover,we are a member of Microsoft Gold Certified Partner and Intel Software Partner.Plus we are now striving for the CMM3 verified. SO WE ARE THE BEST CHOICE~~~ Waiting for your good news. Best regards

help

 

1000

15 days

09-26-2009 03:08 EDT

(No Feedback Yet)

Hi WE are best in J2ME polish and We are developed few applications in J2ME Visit www.sunprabha.com

help

 

255

3 days

09-27-2009 15:03 EDT

(No Feedback Yet)

// it's a simple quiz game. //created by sultana das(swapan)date 27/9/2009. /* barack.txt file should be like below: 20 what is the name of american president? barack obama mendela howard clinton a who is a golf player? federer udds sachin lara b */ //here the uppest number is the number of question.2nd is question.next 4 is choice ,5 th is answer.no new line is expected. import java.net.*; import javax.media.*; import javax.swing.JButton; import java.util.*; import java.util.*; import java.awt.event.KeyEvent; import java.awt.event.KeyListener; import java.io.*; import java.awt.* import javax.swing.*; import java.awt.image.*; public class quiz extends Thread implements KeyListener { FileReader file; Scanner in; double result=0.5; String s[]; int pic1=0; boolean start=false; boolean time=false; int j=0; char c='a'; int l; int min=0; boolean pic=true; int pic2=-800; String s1,s2,s3,s4,s5,s6; public static void main(String args[]){ quiz b = new quiz(); b.start(); b.go(); int s=12; } public void go(){ JFrame f = new JFrame(); f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); pane p = new pane(); f.getContentPane().add(p); f.setUndecorated(true); f.setSize(800,600); f.setVisible(true); f.addKeyListener(this); int dw=7; try{ FileReader file1 = new FileReader("\\barack.txt"); Scanner in1 = new Scanner(file1); s=new String[10*Integer.parseInt(in1.nextLine())]; }catch(Exception ex){} do{ try{ if(time){ min++; if(min==540){min=0;pic=false;j+=6;} } file = new FileReader("\\barack.txt"); in = new Scanner(file); for(int i=0;i=800){pic1=-800;} if(pic2>=800){pic2=-800;} p.repaint(); try{Thread.sleep(100);}catch(Exception ex){} }while(dw==7); } class pane extends JPanel{ public void paintComponent(Graphics g){ Image im = new ImageIcon("E:\\Azul.jpg").getImage(); g.drawImage(im,pic1,0,800+pic1,600,0,0,800,600,this); g.drawImage(im,pic2,0,800+pic2,600,800,0,0,600,this); if(!start){ g.setFont(new Font("Serif", Font.BOLD,30)); g.setColor(Color.blue); g.drawString("PRESS ENTER TO START THE QUIZ", 200,200); } if(start){ for(int i=0,c='a';i<4;i++){ g.setColor(new Color(0,255,0,200)); g.fillOval(200+i*100,500,50,50); g.setColor(Color.red); g.setFont(new Font("Serif",Font.ITALIC,50)); g.drawString(""+(char)c,210+i*100,540); c++; } g.setFont(new Font("Serif", Font.BOLD,30)); g.setColor(Color.blue); g.drawString(s[1+j],50,200); g.setColor(Color.black); for(int i=j+2,k=0,c='a';i<6+j;i++,k++){ //here you can generate the random number to change the question serial ,supposeint ran= (4 - (int)(Math.random()*4)) will create a random number between 1 and 4.you use it as drawString(s[ran],50,50) g.drawString((char)(c+k)+" " +s[i],100,250+k*50); } } } } public void keyPressed(KeyEvent ke){ if(ke.getKeyCode()==KeyEvent.VK_ENTER){start=true;time=true;} if(ke.getKeyChar()==s[6+j].charAt(0)){result++; j+=6; pic=false; }else{result-=.5;} System.out.println(result); } public void keyReleased(KeyEvent ke){} public void keyTyped(KeyEvent ke){} public void run(){ int s=12; a try{ URL u = new URL("file:///E:\\b1.wav").toURI().toURL(); Player mediaplayer; mediaplayer = Manager.createRealizedPlayer(u); mediaplayer.start(); Thread.sleep(700); }catch(Exception ex){} }while(s==12); } }

help

 

900

14 days

09-29-2009 08:48 EDT

(No Feedback Yet)

If I understood you well, you wish to have java based (CLDC) chat application on mobile phones, right? If this is right, I thing that 2 weeks are more than enough to do this.

help

 

250

10 days

10-01-2009 03:26 EDT

(No Feedback Yet)

Can be done.

help

 

500

30 days

10-10-2009 14:54 EDT

(No Feedback Yet)

Hi, I am an expert mobile application developer. I have worked on projects like developing Mobile TV Java client for Nokia Siemens Networks, chat server for ribbit and several others. I will ensure that you are more than satisfied. Looking for long term relationship with you. (Bids will be refined once I have the actual requirements).

help

 

1000

30 days

10-15-2009 03:17 EDT

(No Feedback Yet)

Hi, I have the expertise in Mobile application development for last 3 yrs. I have worked on j2me and j2me polish technologies. I wl assure you if i get an opportunity to work on project i will full fill all your project requirement.

help

 

545

40 days

10-26-2009 03:24 EDT

(No Feedback Yet)

We are a Business Process Outsourcing Company. With a customer-focused attitude, desire to understand customer business & identify the right partner for executing the job, we act as a one-stop shop for business process outsourcing .

help

 

275

14 days

10-23-2009 15:02 EDT

(No Feedback Yet)

i have exp over MIDP1.0 and MIDP2.0 in appliation andgame field and completed 5 application related to this.

help

 

500

15 days

11-01-2009 11:59 EST

(No Feedback Yet)

I can do the work..i think, it will be an easy piece of code for me..

help

 

700

18 days

11-04-2009 04:24 EST

(No Feedback Yet)

Hi Dear, I'm agreeing to go through the project requirement that you have requested for. Now it's a matter of time to have your response. Regards

help

 

2524

4 days

11-04-2009 04:42 EST

(No Feedback Yet)

Plz check pmb

help

 

250

4 days

11-07-2009 16:01 EST

(No Feedback Yet)

6 years Experience developing mobile apps

help

 

500

30 days

11-11-2009 13:38 EST

(No Feedback Yet)

Hi I am interested to do this task. I have 2+ years experience of J2ME application development.

help


    Bid on this Project