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

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

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).