How to create a cross-platform html5 application for Android

I am new to Android development and after crawling on the Internet for this particular problem, am I still confused on how to develop a cross-platform html5 application? Can I do this with eclipse? What are my options? Could you tell me what I should go through and where exactly?

+5
source share
2 answers

Yes, Eclipse is fine; Google provides an all-in-one package, see http://developer.android.com/sdk/index.html#download ; for the HTML / JavaScript application, you can look at PhoneGap ( http://phonegap.com/ ). They have really good lessons for beginners.
Check out http://en.wikipedia.org/wiki/PhoneGap for an overview of the features.

There are others, for example. Titanium or Appcelerator (see http://developer.appcelerator.com/blog/2012/05/comparing-titanium-and-phonegap.html )

+4
source

You can use PhoneGap. Visit http://phonegap.com/ . This will allow you to develop cross-platform applications using html, css and javasccript.

" " PhoneGap API. http://docs.phonegap.com/en/2.4.0/guide_getting-started_android_index.md.html#Getting%20Started%20with%20Android

: http://cordova.apache.org/

: D

+5

All Articles