5 comments

[ 2.9 ms ] story [ 11.9 ms ] thread
I can see the html (in the example on github), the JavaScript and the CSS but I can't see any Android. Where is the Java code actioning an event? Where is the hybrid bit?
github source is just the framework, it's like the jQuery framework. You have to make the HTML page and then run it on a webview component more on that -> http://manzzup.blogspot.com/2014/01/write-android-app-for-yo...
OK - there is a bit more at that link. Suppose I wanted to get my current GPS location and pop it on the page/screen?

In the example you indicated, the HTML etc. is downloaded from a web site - so does the app need an Internet connection to run?

I can see where you are going with this but (with all due respect) I can't see a framework as yet.

no internet connection need unless the app function requires it, jsut like a native android interface, the html files are bundled with the app. I agree that this isnt a framework by definition, but it functions as one
(comment deleted)