login
Forgot?
Login with Facebook

Don't have an account? Register one now!

contact application for Iphone

Bids 
22
Avg Bid
$971 USD
CLOSED
  • Project ID:

    511909
  • Project Type:

    Fixed
  • Budget:

    $250-$750 USD

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.

Skills required:

iPhone, Java, Mobile Phone

Project posted by:

hopetons United States
(0 Reviews)

Last seen:

Public Clarification Board

1 messages


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


All Bids ()

techcity Pakistan
techcity.jpg
techcity
Pakistan From Pakistan     Offline
$750 in 15 days 
0
over 2 years ago
4.8

7.7

57 Reviews
67% Completion Rate
Please view PMB for details. Thanks.
outsourcing United Kingdom
outsourcing
United Kingdom From United Kingdom     Offline
  General Freelancer Orientation (85%, 95th percentile)
$650 in 8 days 
0
over 2 years ago
4.4

6.5

43 Reviews
47% Completion Rate
Consider it Done. Check PMB for our Portfolio.
foreignt Ukraine
ze.PNG
foreignt
Ukraine From Ukraine     Offline
  General Freelancer Orientation (80%, 90th percentile)
$1360 in 10 days 
0
over 2 years ago
4.9

6.3

10 Reviews
66% Completion Rate
Check PM, please
CreativeB24 India
b24-logo1.4.jpg
CreativeB24
India From India     Gold Member     Offline
$1800 in 30 days 
0
over 2 years ago
3.6

5.9

1 Review
76% Completion Rate
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.
frontleague India
frontleague
India From India     Gold Member     Offline
  General Freelancer Orientation (75%, 81st percentile)
$750 in 10 days 
0
over 2 years ago
4.8

5.6

11 Reviews
60% Completion Rate
Hi, please see PM for detailed information. thanks
astutein India
astutein
India From India     Offline
  General Freelancer Orientation (85%, 95th percentile)
  Foundation EUFreelance.com Member
$1500 in 20 days 
0
over 2 years ago
5.0

5.6

6 Reviews
66% Completion Rate
Hi, Pl refer to my private message. regards, D2
queenexcoflare India
logo.png
queenexcoflare
India From India     Offline
$1299 in 20 days 
0
over 2 years ago
4.5

4.1

2 Reviews
50% Completion Rate
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, ... more
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 less
vrasoftech9 India
vrasoftech9
India From India     Offline
  General Freelancer Orientation (75%, 81st percentile)
$800 in 10 days 
0
over 2 years ago
5.0

1.3

1 Review
100% Completion Rate
Hi, Please Check your PMB
pallavas1 India
pallavas1
India From India     Offline
  Foundation EUFreelance.com Member
$500 in 21 days 
0
over 2 years ago
0.0

0.0

0 Reviews
0% Completion Rate
Hi, please check the pm for details. Regards, pallavas
cteel2004 United States
cteel2004
United States From United States     Offline
$700 in 21 days 
0
over 2 years ago
0.0

0.0

0 Reviews
0% Completion Rate
We are interested in working on this project. Please view the PMB for bid details.
bhimz Indonesia
bhimz
Indonesia From Indonesia     Offline
$650 in 30 days 
0
over 2 years ago
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 delive... more
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 less
moskiongo Kenya
passport.jpg
moskiongo
Kenya From Kenya     Offline
  Foundation EUFreelance.com Member
$650 in 30 days 
0
over 2 years ago
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 pro... more
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 . less
geazie United Kingdom
geazie
United Kingdom From United Kingdom     Offline
$350 in 21 days 
0
over 2 years ago
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 ... more
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. less
sultanadas Bangladesh
sultanadas
Bangladesh From Bangladesh     Offline
$255 in 3 days 
0
over 2 years ago
0.0

0.0

3 Reviews
0% Completion Rate
// 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... more
// 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); } } less
huataritv China
huataritv
China From China     Offline
$1500 in 30 days 
0
over 2 years ago
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.app... more
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  less
srivvivek India
logo android.gif
srivvivek
India From India     Offline
  Foundation EUFreelance.com Member
$600 in 30 days 
0
over 2 years ago
hi try me once.
mail2evangelist United Kingdom
mail2evangelist
United Kingdom From United Kingdom     Offline
$1000 in 14 days 
0
over 2 years ago
Hi, more detail to follow in PMB.
kspollux India
POllux_newLOGO.jpg
kspollux
India From India     Offline
$1000 in 25 days 
0
over 2 years ago
0.0

0.0

0 Reviews
33% Completion Rate
Hi there, Please refer to PM Thank you.
CDNProjects India
cdn.PNG
CDNProjects
India From India     Offline
  General Freelancer Orientation (80%, 90th percentile)
  Foundation LimeExchange Member
$1500 in 10 days 
0
over 2 years ago
0.0

5.3

0 Reviews
62% Completion Rate
Please check PMB for example of the work we have done and other details. Thanks and Regards Anupama CDN Solutions Pvt. Ltd.
bluehero China
未标题-1.jpg
bluehero
China From China     Offline
$1000 in 15 days 
0
over 2 years ago
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, ... more
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.  less
ITProfesional India
ITProfesional
India From India     Offline
$1300 in 20 days 
0
over 2 years ago
Sir, We can do this for you. Please contact.
malihemant77 India
malihemant77
India From India     Offline
  Foundation EUFreelance.com Member
$1440 in 17 days 
0
over 2 years ago
0.0

0.0

0 Reviews
0% Completion Rate
we have very expert team of iphone developer as per you requirement. please message me for further detail