GlobeView is a mobile app that allows you to view your websites right from your mobile device with the WebView method.
- Clone the repository:
git clone https://github.com/toledomauricio/GlobeView.git
- Open the project in Android Studio.
- Run the app on your emulator or device.
Once you launch the app, you will see a web view that you can use to browse the site specified in MainActivity.kt:26
. You can enter a URL into the webView.loadUrl
call to visit your desired site.
- Kotlin
- Android Studio
- WebView
Contributions to GlobeView are always welcome! If you'd like to contribute, please submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.