Project Detail

contact application for Iphone   Refundable $5 fee paid

contact application for Iphone is project number 511909
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/20/2009 at 12:48 EDT

Bid Count: 22

Average Bid:
$ 971

11/19/2009 at 12:48 EST

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

Bid On This Project
 

Description

I'm looking for a programmer to help create an iphone application to manage iphone contacts. This application must offer the ability to manage contacts on the iphone or do so off the phone and allow re-sync to the phone. Time line is very flexible for this project but it should begin ASAP.

Messages Posted:1 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

09-20-2009 17:29 EDT

Please view PMB for details. Thanks.

help

 

1800

30 days

09-22-2009 02:22 EDT

Hello,Thanks for giving us an opportunity to bid on this project.We have gone through your description.We are very much interested to do this job.Please see your PMB for more details.

help

 

750

10 days

09-21-2009 10:47 EDT

Hi, please see PM for detailed information. thanks

help

 

1360

10 days

09-21-2009 06:32 EDT

Check PM, please

help

 

1500

20 days

09-20-2009 13:03 EDT

Hi, Pl refer to my private message. regards, D2

help

 

650

8 days

10-21-2009 08:28 EDT

Consider it Done. Check PMB for our Portfolio.

help

 

800

10 days

11-13-2009 11:14 EST

Hi, Please Check your PMB

help

 

1000

25 days

09-21-2009 02:06 EDT

Hi there, Please refer to PM Thank you.

help

 

1500

10 days

09-21-2009 01:20 EDT

Please check PMB for example of the work we have done and other details. Thanks and Regards Anupama CDN Solutions Pvt. Ltd.

help

 

1299

20 days

11-17-2009 06:08 EST

(No Feedback Yet)

Hi Friend, We are a mobile centric organization, with extensive expertise on iPhone, Symbian, J2ME, Windows Mobile, Android and Blackberry. Please refer PM for work details, experience and skills. Regards, Ann, Excoflare Software Technologies

help

 

700

21 days

11-17-2009 18:04 EST

(No Feedback Yet)

We are interested in working on this project. Please view the PMB for bid details.

help

 

1440

17 days

09-20-2009 13:31 EDT

(No Feedback Yet)

we have very expert team of iphone developer as per you requirement. please message me for further detail

help

 

1300

20 days

09-20-2009 13:51 EDT

(No Feedback Yet)

Sir, We can do this for you. Please contact.

help

 

1000

15 days

09-20-2009 21:04 EDT

(No Feedback Yet)

We are professional software solution provider with a team of 20+ experienced programmers. We are specialized in the areas of web design and mobile applications. The development tools we frequently use include IPhone, GPhone , Windows mobile, Flex, J2EE, PHP and Joomla. We are pleased to service for you. pls go back to us.

help

 

1000

14 days

09-21-2009 05:35 EDT

(No Feedback Yet)

Hi, more detail to follow in PMB.

help

 

600

30 days

09-21-2009 08:33 EDT

(No Feedback Yet)

hi try me once.

help

 

1500

30 days

09-21-2009 22:39 EDT

(No Feedback Yet)

Happy biding~~~We specialize in online game, flash game, card game, mobile 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 here 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. TRUST US YOU WILL BE REWARDED.THe attachment is the screenshot of oour works.Enjoy it. Wait for your good news. Best regards

help

 

255

3 days

09-27-2009 14:51 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

 

350

21 days

10-20-2009 19:32 EDT

(No Feedback Yet)

This project seems simple enough, the complex thing is the process it will take, having to set up the mac os x, acclamatizing to Xcode etc. With a commitment i can start the procedure and will get a prototype to you ASAP.

help

 

650

30 days

10-21-2009 04:32 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

 

650

30 days

10-25-2009 10:34 EDT

(No Feedback Yet)

Dear hopetons, I represent a small team of developers with various project experiences, and we are also currently developing IPhone apps on our own. Your project seems simple enough, and we think we are able to deliver the project.. more detail is required, however. Please supply us with the details, should you choose us for your project

help

 

500

21 days

11-18-2009 06:59 EST

(No Feedback Yet)

Hi, please check the pm for details. Regards, pallavas

help


    Bid on this Project