Search code examples
javascriptandroidhtmlandroid-webviewandroid-websettings

Sample WebView application source code Android


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!


Solution

  • I will suggest you too have a look on Cordova. You can find everything to start a hybrid android app.