Hi, I’m going to start creating an HTML5 based Android web app.
I’ve just Installed Android Studio and it’s getting ready now (it’s currently downloading some updates before I can use it).
So basically, the idea behind creating Android WebApp is to have a WebView in the app and we create everything (the content) inside that WebView.
So mostly we code in HTML5, and less in Java.
This post is the main page for this tutorial, I will list almost each step the How To’s to create HMTL5 Android WebApp below:
- Creating New Project
- Adding the WebView to activity_main.xml in Android Studio
- Edit the MainActivity.java file
- Adding html file inside assets folder