How can I develop mobile applications using HTML5?

14,605

Solution 1

Sencha Touch is a good Javascript framework to create mobile applications. It supports all phones the utilize the webkit for their browser.

It can be wrapped in phonegap to utilize the phone specific API's. Sencha is now creating their own wrapping system to submit apps to the appstores.

Solution 2

While your question can easily be answered by a simple search of "android html5 framework", there is PhoneGap.

This link was the first to show up.

Solution 3

If you want to embed your html inside an android application, you can use the webview widget for android.

Now, talking about how to do your webview itselft. I would recommend to use a mobile framework to build a good looking and accessible application without too much difficulty. I have worked with Jquery Mobile, and I would say it is a good way to start.

Solution 4

Use Apache Cordova http://cordova.apache.org/ as the container for displaying HTML 5 pages. Use Twitter Bootstrap for creating responsive web pages which automatically resize components based on the size/type of the screen on which the app is being viewed.

Share:
14,605
Ramesh Solanki
Author by

Ramesh Solanki

i am senior android developer with 5 years experience, working at ahmedabad

Updated on June 05, 2022

Comments

  • Ramesh Solanki
    Ramesh Solanki almost 2 years

    I am able to develop android native applications using android SDK, but now I'd like to learn how to develop mobile applications using HTML5. Which tool is used to develop these mobile application in HTML5? Can anybody help me? Thanks in advance.

  • Ramesh Solanki
    Ramesh Solanki over 12 years
    There is no framework like PhoneGap .
  • Ramesh Solanki
    Ramesh Solanki over 12 years
    There are many framework for mobile web app using HTML5 so which one is best to use ?
  • Ramesh Solanki
    Ramesh Solanki over 12 years
    There are many framework for mobile web app using HTML5 so which one is best to use ?
  • Ramesh Solanki
    Ramesh Solanki over 12 years
    There are many framework for mobile web app using HTML5 so which one is best to use ?
  • lc2817
    lc2817 over 12 years
    @RameshSolanki You can't really say that one is the best overall I think; you should find one that you like. I just told you that I like particularly Jquery Mobile.
  • blessanm86
    blessanm86 over 12 years
    I have only worked with Sencha Touch but its very mature framework. It also has a very active community to provide help. Its also backed by sencha company so there is active development for it. Jquery mobile came later to the scene.
  • Ramesh Solanki
    Ramesh Solanki over 12 years
    Okey,Thanks. Now i have one question : Can i develop any app using sencha touch framework that i could develop using native SDK ? And How many mobile platform sencha touch supports ?