tonytran1 / WebView-Template

Android WebView quick starter to shortcut website URLs from an Android application. Android 3.0+

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebView App Starter

This project is a starter for those looking to quickly port their website application into an Android Application using Android WebView.

You may use this as a template to quickly start favorite websites from an android icon or make a full android application using WebView as the essential view piece.

Simply plug your website's URL into string.xml and you have a working android application.

Built and tested on Android Studios.

Instructions (Quick Start)

  1. Open up the project in Android Studios.
  2. Navigate to strings.xml and change the app name and URL for your website.
  3. Compile/Build the Project.

Location of strings.xml

.\app\src\main\res\values\strings.xml

About

Android WebView quick starter to shortcut website URLs from an Android application. Android 3.0+


Languages

Language:Java 100.0%