2

I've developed a mobile website using jQuery Mobile and I want to convert it to a native application (Android but if iOS is possible too than even better). My mobile website has HTML, JavaScript and PHP to connect to the database and uses MySQL queries.

What are my possibilities?

SharpC
  • 6,974
  • 4
  • 45
  • 40
alexkun4
  • 105
  • 1
  • 3
  • 8

2 Answers2

5

PhoneGap is a free and open source framework that allows you to create mobile apps using standardized web APIs for the platforms you care about.Download the Phonegap.

please follow the this link to know more .

androidgeek
  • 3,440
  • 1
  • 15
  • 27
3

Well there is plenty of options... I have sorted them according to popularity, even though most people don't know any other one that PhoneGap.

1 - PhoneGap :

PhoneGap is a free and open source framework that allows you to create mobile apps using standardized web APIs for the platforms you care about.

2 - Corona :

Corona SDK builds rich mobile apps for iOS, Android, Kindle and Nook. Build high quality mobile apps in a fraction of the time.

3 - Appcelerator :

Appcelerator is the only mobile first platform that enables enterprise to create, deliver and analyze their mobile applications.

SharpC
  • 6,974
  • 4
  • 45
  • 40
Hussein Nazzal
  • 2,557
  • 18
  • 35