Friday, May 6, 2016

HTML5 and android - How to deal with it?

Hello everyone,

What's up?
Today I want to talk about using HTML5 to create android application.

To be honest, I love this solution. You code in HTML5 and javascript your application. Then you just make your 'app' more awesome thanks to css. What's next? Just use phonegap (https://build.phonegap.com/) to build your app and that's it.

Wait. What? It's too simple!
Nope. You just create your website and make an application.

How to start?
Create index.html and there put your html code. Add some javascript code to the website. That will make your website alive but ugly, so next add css. Now you have awesome app which is nothing more then website.
Then just log in to phonegap and put there your files.
That's all.

Next I will create simple tutorial on how to create android application in few simple steps.

Bye.

PS: Leave a comment what you think.
PPS: Thanks :)

No comments:

Post a Comment