Simple Webview coded in Kotlin and developed in Android Studio.
You can freely use this repository and modify the code.
To change URL shown in the app, simply open MainActivity.kt file:
WebViewAndroid/app/src/main/java/com/example/webviewandroid/MainActivity.kt
Finally, change the value of BASE_URL (line 12).