Android hybrid WebApp

User avatar
srvet_claudio
Posts: 2223
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Android hybrid WebApp

Post by srvet_claudio »

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.
Attachments
MyDroidLantern.zip
(2.37 MiB) Downloaded 310 times
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: Android hybrid WebApp

Post by esgici »

Thanks Hidalgo :arrow:

Viva HMG with builder, developers, contributors, supporters and followers :D
Viva INTERNATIONAL HMG :D
User avatar
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

Post by serge_girard »

Thanks a lot, Claudio !

Serge
There's nothing you can do that can't be done...
User avatar
luisvasquezcl
Posts: 1259
Joined: Thu Jul 31, 2008 3:23 am
Location: Chile
Contact:

Re: Android hybrid WebApp

Post by luisvasquezcl »

Gracias Claudio, como siempre un tremendo aporte.
Saludos cordiales
Luis vasquez
User avatar
Steed
Posts: 433
Joined: Sat Dec 12, 2009 3:40 pm

Re: Android hybrid WebApp

Post by Steed »

gracias
User avatar
srvet_claudio
Posts: 2223
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: Android hybrid WebApp

Post by srvet_claudio »

Thanks Firends !
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
hmgaams57
Posts: 129
Joined: Mon Feb 27, 2017 10:00 am

Re: Android hybrid WebApp

Post by hmgaams57 »

Thanks a lot, Claudio !
User avatar
bpd2000
Posts: 1207
Joined: Sat Sep 10, 2011 4:07 am
Location: India

Re: Android hybrid WebApp

Post by bpd2000 »

Thanks a lot, Claudio !
BPD
Convert Dream into Reality through HMG
User avatar
srvet_claudio
Posts: 2223
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: Android hybrid WebApp

Post by srvet_claudio »

Thanks!!!
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
Post Reply