Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I develop mobile applications using HTML5? [closed]

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.

like image 987
Ramesh Solanki Avatar asked Oct 31 '11 04:10

Ramesh Solanki


People also ask

Is it possible to use HTML5 for mobile applications?

HTML5 is not only used in mobile websites but also in mobile apps on mobile OSs (Ubuntu Touch, Firefox OS, Tizen, etc). An HTML5 mobile app is a Web application developed with that version of the Web content standard and designed for smartphones, tablets and other handheld devices.

Can you build mobile apps with HTML?

Yes, you read it right in the title of this article. In this article, we are going to build an Android App with HTML, CSS, and JavaScript in Android Studio.

Why developers say that HTML5 will drive mobile solutions?

HTML5 allows mobile developers to create more dynamic and engaging web content for different use cases and user experiences. Optimizing HTML5 features for mobile interfaces, enables brands to keep pages light and focus on functionality that takes advantage of the smaller screen size of mobile devices.

Can HTML5 run on Android?

Some cross-compilers can allow the creation of application targeting both Android and iOS, but only HTML5 can run in mobile operating systems and on the Internet in browser.


1 Answers

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.

like image 128
blessanm86 Avatar answered Oct 02 '22 23:10

blessanm86