I'm working on an HTML5 based Android App, and I don't understand how to get WebView working. I was wondering if anyone could point me to a place where I can download the source code for an example application of this so I can modify it for my app, or at least reference it. It needs JavaScript support, and to open links in WebView, instead of in the Browser application, which I heard happens unless you change a setting. It will access local files only, not from the internet, but might later on interface with database systems, so it needs the Internet permission, but I think I understand how to add that. Thank you!
Asked
Active
Viewed 1,160 times
1 Answers
0
I will suggest you too have a look on Cordova. You can find everything to start a hybrid android app.

Sanjeet A
- 5,171
- 3
- 23
- 40
-
Thank you! It looks like a good solution! Is there by any chance like a GUI front-end to Cordova? An IDE that I can write my code in and have it automatically build and compile in Cordova for those platforms? – Republican31 Mar 09 '15 at 03:12
-
If you are targeting only for android then eclipse is fine. I have used the cordova plugin for Eclipse. You can also have a look on intel xdk(https://software.intel.com/en-us/html5/tools). – Sanjeet A Mar 09 '15 at 05:35
-
That will work I think. I am going to support Tizen, Ubuntu Touch, Firefox OS, and Sailfish also, but I think I understand how to make HTML5 apps for those platforms, I just needed help with Android. I was just hoping for an IDE that was like based on Cordova or something. By any chance is there a Cordova Extension for Komodo Edit? It's the IDE that I normally use for my HTML5 development. Thank you! – Republican31 Mar 09 '15 at 17:06