https://github.com/cable8mm/simple-android-web-app
Simple android web app - a url is only need
https://github.com/cable8mm/simple-android-web-app
android-app java
Last synced: about 2 months ago
JSON representation
Simple android web app - a url is only need
- Host: GitHub
- URL: https://github.com/cable8mm/simple-android-web-app
- Owner: cable8mm
- License: mit
- Created: 2020-11-14T02:32:14.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-02-02T01:22:16.000Z (over 2 years ago)
- Last Synced: 2025-06-14T18:09:35.523Z (about 1 year ago)
- Topics: android-app, java
- Language: Java
- Homepage:
- Size: 92.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Simple Android Web App
Is it possible that you need a web app to contain some websites? So, you can create an Android app just to provide a URL using this repository. Enjoy it.
## How to create
Replace url. The folder located in app>src>main>java>com>symcghost>g4_rexton.
```java
mWebView.loadUrl("http://www.symcghost.com/mobile");
```
and build. That's all.
Plus, you would better use https instead of http for security issues.
## License
The Simple Android Web App project is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).