Is it possible to create applications for Android using HTML5?

9

I really wanted to start developing applications for Android phones, but I have almost no knowledge about the operating system SDK, I have more knowledge about HTML, Javascript, CSS.

I have in mind that creating an Android app should be well other than building a web site in html, but perhaps there should be some way to emulate an HTML file as if it were an app or some other form.

I wanted to know if there is any plugin for this to something that makes it at least more 'easy' and friendly to write the application codes.

    
asked by anonymous 15.04.2014 / 04:28

1 answer

9

There are some Frameworks that use exactly what you are looking for: HTML5, CSS3 and JavaScript .

The database is SQLite , which is used by local HTML5 storage. With these Frameworks you can generate Apps for Android , iPhone , Windows Phone and Blackberry , all with the same code .

    
15.04.2014 / 04:42