Android hybrid WebApp
- srvet_claudio
- Posts: 2223
- Joined: Thu Feb 25, 2010 8:43 pm
- Location: Uruguay
- Contact:
Android hybrid WebApp
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.
- Attachments
-
- MyDroidLantern.zip
- (2.37 MiB) Downloaded 310 times
- esgici
- Posts: 4543
- Joined: Wed Jul 30, 2008 9:17 pm
- DBs Used: DBF
- Location: iskenderun / Turkiye
- Contact:
Re: Android hybrid WebApp
Thanks Hidalgo
Viva HMG with builder, developers, contributors, supporters and followers

Viva HMG with builder, developers, contributors, supporters and followers

Viva INTERNATIONAL HMG 

- serge_girard
- Posts: 3333
- Joined: Sun Nov 25, 2012 2:44 pm
- DBs Used: 1 MySQL - MariaDB
2 DBF - Location: Belgium
- Contact:
Re: Android hybrid WebApp
Thanks a lot, Claudio !
Serge
Serge
There's nothing you can do that can't be done...
- luisvasquezcl
- Posts: 1259
- Joined: Thu Jul 31, 2008 3:23 am
- Location: Chile
- Contact:
Re: Android hybrid WebApp
Gracias Claudio, como siempre un tremendo aporte.
Saludos cordiales
Luis vasquez
Saludos cordiales
Luis vasquez
- srvet_claudio
- Posts: 2223
- Joined: Thu Feb 25, 2010 8:43 pm
- Location: Uruguay
- Contact:
Re: Android hybrid WebApp
Thanks Firends !
Re: Android hybrid WebApp
Thanks a lot, Claudio !
- srvet_claudio
- Posts: 2223
- Joined: Thu Feb 25, 2010 8:43 pm
- Location: Uruguay
- Contact:
Re: Android hybrid WebApp
Thanks!!!