https://github.com/jxmked/staticweb2androidapp
Static Web Page to Trusted Web Activity
https://github.com/jxmked/staticweb2androidapp
portfolio-include pwa twa web-to-apk
Last synced: 3 months ago
JSON representation
Static Web Page to Trusted Web Activity
- Host: GitHub
- URL: https://github.com/jxmked/staticweb2androidapp
- Owner: jxmked
- License: mit
- Created: 2022-09-26T04:12:27.000Z (over 2 years ago)
- Default Branch: xio
- Last Pushed: 2023-06-05T00:12:23.000Z (almost 2 years ago)
- Last Synced: 2024-12-30T22:28:40.097Z (5 months ago)
- Topics: portfolio-include, pwa, twa, web-to-apk
- Language: JavaScript
- Homepage:
- Size: 2.97 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Attemping to use web view to act static web app as native app
This source also works with Android [AIDE](https://play.google.com/store/apps/details?id=com.aide.ui&hl=en&gl=US&referrer=utm_source%3Dgoogle%26utm_medium%3Dorganic%26utm_term%3Daide+apk&pcampaignid=APPU_1_FzQxY5DqIciK2roP3rSfwAw)
## How to use?
Just put all of your javascript, html and css files in `assets` folder and
Change these files according to your needs
- `build.gradle`
- `AndroidManifest.xml`
- All icons and images in `res` folder
- `res/values/strings.xml`
- `/main/java/io/xcreation/app/WebViewActivity.java`
- And the path to `WebViewActivity.java`Inspired by [android-webpage-app](https://github.com/laxika/android-webpage-app)