JNTUK-CSE and IT Materials

30 May 2016

Android: Web Apps Development Using HTML5, CSS3 & Java Script


As the necessity for mobile applications grows and grows, the utility of hybrid HTML5-Native development reaches new heights. In this short tutorial we will discover how to integrate web applications into our native Android applications, including how to create a secure JavaScript-Java bridge.

Click here For Android Web Apps Handbook




HTML5 Aspect of the Hybrid application

First, we need to create a www folder for storing our web assets. Then let us create an index.html in that www folder and two more folders css and js so that we have the following:


The content for our web application can be loaded from local assets or from remote (web based) assets.We are going to store our web application in a www folder inside of a local assets folder. In order to conform to development standards, the final structure should be as follows for:

An Eclipse Project




An Android Studio Project




No comments:

Post a Comment