Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create an android app using HTML 5 [closed]

Tags:

html

android

Can we create android applications using HTML5?

like image 512
Deepthi Jabili Avatar asked Jan 28 '12 12:01

Deepthi Jabili


People also ask

Is it possible to use HTML5 for the mobile application?

The same HTML5 app will work on different mobile operating systems, whether that's iOS, Android, Windows Phone or Blackberry; the upshot of this is that the cost of developing the app is much lower than creating native apps for each OS.

Can I make Android app using HTML?

The Short answer: Yes, you can develop apps using HTML / CSS / Javascript.

Can you run HTML5 on Android?

Detect support for HTML5 features like Canvas, Border Radius, CSS Animations & Transforms, 3D & WebGL, LocalStorage, HTML5 Video and many many more for latest versions of Android. Use Android HTML5 Supported to implement the beauty of HTML5 into your Web based mobile Apps and Websites.

Can you turn HTML into an app?

To convert your HTML app to APK, you need to open HTML App Template on AppsGeyser, and insert your code. After that, you need to name the app and upload the icon. It takes up to 5 minutes to build an apk.


1 Answers

You can write complete apps for almost any smartphone platform (Android, iOS,...) using Phonegap. (http://www.phonegap.com)

It is an open source framework that exposes native capabilities to a web view, so that you can do anything a native app can do.

This is very suitable for cross platform development if you're not building something that has to be pixel perfect in every way, or is very hardware intensive.

If you are looking for UI Frameworks that can be used to build such apps, there is a wide range of different libraries. (Like Sencha, jQuery mobile, ...)

And to be a little biased, there is something I built as well: http://www.m-gwt.com

like image 143
Daniel Kurka Avatar answered Sep 18 '22 11:09

Daniel Kurka