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
- Host: GitHub
- URL: https://github.com/ShiftHackZ/WebViewApp
- Owner: ShiftHackZ
- Created: 2022-01-24T18:13:42.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-16T12:29:32.000Z (about 2 years ago)
- Last Synced: 2024-08-05T09:13:13.331Z (over 1 year ago)
- Topics: android-application, kotlin, webview-app
- Language: Kotlin
- Homepage:
- Size: 117 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"