Android hybrid WebApp
Posted: Tue Feb 20, 2018 5:48 pm
Hello everyone.
Here is a demo of how to develop applications for Android using Java and web programming (html, css and javascript).
In this type of hybrid applications, the graphic interface is made in html (for example with jQuery Mobile) and access to the resources of the OS (camera, sensors, internal storage, database, etc.) is done in Java which is then call from Javascript (see .html and .java files).
In this way it is possible to develop a small library of functions in Java (with access to the main resources of the system) that can be called from Javascript according to the needs of the developed application.
I hope you find it useful.
PS: this demo includes the source code and the .apk file for to be installed on the mobile device.
Here is a demo of how to develop applications for Android using Java and web programming (html, css and javascript).
In this type of hybrid applications, the graphic interface is made in html (for example with jQuery Mobile) and access to the resources of the OS (camera, sensors, internal storage, database, etc.) is done in Java which is then call from Javascript (see .html and .java files).
In this way it is possible to develop a small library of functions in Java (with access to the main resources of the system) that can be called from Javascript according to the needs of the developed application.
I hope you find it useful.
PS: this demo includes the source code and the .apk file for to be installed on the mobile device.