Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Mobile apps development [closed]

I've recently entered the mobile world. I want to develop a mobile app that will be deployed on several platforms. I want to develop once - so I'm going to develop the entire app in html5. I want all the web pages to be on my servers and I will constantly will change and update them. Is there a tool that produce you a simple app that will contain an IFrame to my web pages - so it can be downloaded from the several "markets". I know I can make a totally web app - but I need the "wrapping" actual app. Free tools will be welcomed - but if there are cheap alternatives - they are welcome as well.

like image 394
user1433927 Avatar asked May 21 '26 01:05

user1433927


1 Answers

well tool for developing a cross platform mobile app, the best will be PhoneGap/Cordova well the technologies used for development with this tool are

  • HTML5
  • CSS3
  • Javascript
with this tool you can also access the device. The platform it supports include
  • Android
  • iPhone
  • Blackberry
  • Symbian
  • Palm
  • Windows phone

Using this technology you can build apps and deploy to app market, google play, etc. popular apps built with this technology are the Diary..Android/iphone.
Hardware specific features supported by the PhoneGap API include:

  • Geolocation
  • Vibration
  • Accelerometer
  • Sound
  • Contact Book
  • Connection
to explore more visit documentation and demos of Phonegap/Cordova. and it is a free tool as well..
like image 67
Neji Avatar answered May 23 '26 14:05

Neji