Comment on Making hybrid android apps with native like performanceparentComments−manzzupOP12ygithub 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...−bdfh4212yOK - 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.−manzzupOP12yno 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
Comments
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