Click here to Skip to main content
15,884,838 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a mobile site. I want to do this mobile site to mobile application. Please tell me some refrences
Posted
Comments
Mohibur Rashid 9-Jun-12 3:42am    
how about www.google.com? its a great resource. have you heard about it yet?

1 solution

If you're an experienced web developer but don't have experience with Android or iOS then your best bet is PhoneGap.

Unfortunately you can't just wrap a live website as it will fail the app store validation process but if you rewrite it as a HTML/Javascript application which uses ajax to get it's data. Then it's quite likely to pass.

PhoneGap can be found here:

http://phonegap.com/[^]

Once the HTML application is written it's only a few short steps to wrap it in the individual projects required for the various platforms.

For iOS you will need access to an Apple computer with the XCode ide installed. For Android your best bet is probably Eclipse. This runs on Java and as such can be developed on Windows, Apple and other platforms.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900