/Android-Webview-App

A Simple To Use App That Shows Web Pages Within The App And Download Content Using Phone's Internal Downloader

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Android-Webview-App

A Simple To Use App That Shows Web Pages Within The App And Download Content Using Phone's Internal Downloader

Platform API

Screenshot

Demo

Download here : Demo Apk

Getting Started

Download or clone this repository and import it into Android Studio.

Change Website URL

Open the app/src/main/java/com/webview/app/MainActivity.java file and replace https://github.com/satyakami on line 68 with your website

mWebView.loadUrl("https://github.com/satyakami");