An open API service indexing awesome lists of open source software.

https://github.com/ShiftHackZ/WebViewApp

Android WebView application scaffold
https://github.com/ShiftHackZ/WebViewApp

android-application kotlin webview-app

Last synced: 8 months ago
JSON representation

Android WebView application scaffold

Awesome Lists containing this project

README

          

# WebViewApp

This is sample Android application, which allows to use any website as native Android application.

### Features

- Handles pressing of physical or virtual back button, and loads previous page (if any).
- Uses system android webView kit, that can be changed in Developer mode settings.

### Usage

To build the app for your own website, clone project in Android Studio, go to MainActivity.kt and change:


private const val APP_URL = "https://yourwebsite.com"