imrankst1221 / Android-WebView-in-Kotlin

Native Android WebView Example in Kotlin. Website to android app github open source template.

Home Page:https://youtu.be/c5AlbZKKsUk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android WebView Example with Kotlin. Website to Native Android App Template.

Description

An Android WebView developed in Kotlin . This project will help to develop responsive website to Android app. This project is open source so if you want to contribute contact me.

What is Android web view? Android web view is web-based content which came from “android.webkit” library. The concept of web view is its load offline or online webpage.

Online web view: If you have a website which is responsive and runs well on the mobile browser then using web view you can develop android or ios app. Which load the URL and fill like Android app.

Offline web view: If you want to load the webpage in offline then the logic keeps the file in your asset folder and load the offline page. But in that case, you can’t use the server database and can’t update the app without publishing.

Native app vs cross-platform web view app? Web view app possible to develop in both platform. Both app main concept is the same.

Native APP: Native app is official to provide a platform. Android official platform is Android studio which uses Java or Kotlin language. Because of it’s official so the resource is available and you get some advantage of using it.

Cross-platform: Cross app is an unofficial platform. Xamarin & flutter one of them. The benefit is you get Android and iOS both app from one platform. But the resource is limited some time it’s paid. From my experience I suggest must use Native app because of it’s official and in future if you need to add anything then easy to integrate.

Is it possible to change web view UI? The web view is loading your website. So all it’s show that you have on your website. Not possible to change anything inside the web view. But if you can change the app color, add multiple pages, use AdMob, firebase, one signal notification, etc.

How to use it? Just set your website url on MainActivity.kt as URL.

internal var URL = "https://www.infixsoft.com/"

Here is the video tutorial: https://youtu.be/c5AlbZKKsUk


Get Android Development with Kotlin Book: https://amzn.to/35ZA3ab


+++++++ . . . . . +++++++ . . . . . +++++++ . . . . . +++++++

RocketWeb is the pro version of the webview, where availabe multiple color control and theme, see live example:
https://play.google.com/store/apps/details?id=infix.imrankst1221.rocket.web
InfixSoft

For better experience and customiation use RocketWeb:
https://codecanyon.net/item/rocketweb-android-web-app-solution-webtoapp/22985174
InfixSoft

Contact with me

InfixSoft Add me to Linkedin Facebook Facebook Facebook
  • Buy me a Coffee. ☕️

About

Native Android WebView Example in Kotlin. Website to android app github open source template.

https://youtu.be/c5AlbZKKsUk


Languages

Language:Kotlin 94.1%Language:Java 5.9%