All Projects → imrankst1221 → Android-WebView-in-Kotlin

imrankst1221 / Android-WebView-in-Kotlin

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

Programming Languages

kotlin
9241 projects
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Android-WebView-in-Kotlin

kotlin-native-mobile-multiplatform-example
Code sharing between iOS and Android with Kotlin native
Stars: ✭ 52 (-40.23%)
Mutual labels:  native, android-studio
Injuredandroid
A vulnerable Android application that shows simple examples of vulnerabilities in a ctf style.
Stars: ✭ 317 (+264.37%)
Mutual labels:  webview, android-studio
WebView-Advanced
A collection of android webview hack
Stars: ✭ 25 (-71.26%)
Mutual labels:  webview, android-webview
RobustWebView
Android WebView H5 秒开方案总结
Stars: ✭ 38 (-56.32%)
Mutual labels:  webview, android-webview
Slimsocial For Facebook
Light version of Facebook. Light both in the weight and in the use.
Stars: ✭ 171 (+96.55%)
Mutual labels:  webview, android-studio
Biometric-Authentication-Android
A sample implementation of AndroidX biometrics API using Kotlin. Authenticate using biometrics or PIN/Password if biometrics isn't available on device. Fully implemented in Jetpack compose using Material 3 dynamic theming and also has a separate implementation in xml with MDC 3.
Stars: ✭ 29 (-66.67%)
Mutual labels:  native, android-studio
webviewhs
🌐 A Haskell binding to the webview library created by Serge Zaitsev.
Stars: ✭ 109 (+25.29%)
Mutual labels:  webview, native
ti.admob
Use the Google AdMob SDK on iOS and Android with Titanium
Stars: ✭ 51 (-41.38%)
Mutual labels:  native, admob
Iamport React Native
React Native용 아임포트 일반.결제 및 휴대폰 본인인증 모듈입니다.
Stars: ✭ 88 (+1.15%)
Mutual labels:  webview, native
Agentweb
AgentWeb is a powerful library based on Android WebView.
Stars: ✭ 8,375 (+9526.44%)
Mutual labels:  webview, android-webview
Android Smartwebview
A webview integrated w/ native features to help create most advanced hybrid applications.
Stars: ✭ 357 (+310.34%)
Mutual labels:  webview, admob
Google-Docs-for-Mac
Native Google Docs app for Mac
Stars: ✭ 33 (-62.07%)
Mutual labels:  webview, native
Android Advancedwebview
Enhanced WebView component for Android that works as intended out of the box
Stars: ✭ 2,186 (+2412.64%)
Mutual labels:  webview, android-webview
React Native Webview Invoke
Invoke functions between React Native and WebView
Stars: ✭ 211 (+142.53%)
Mutual labels:  webview, native
Recaptcha
[In]visible ReCaptcha v2 for iOS
Stars: ✭ 208 (+139.08%)
Mutual labels:  webview
tasit-apps
Native mobile Ethereum dapps for mainstream users
Stars: ✭ 35 (-59.77%)
Mutual labels:  native
Tauri
Build smaller, faster, and more secure desktop applications with a web frontend.
Stars: ✭ 25,383 (+29075.86%)
Mutual labels:  webview
Android Youtube Player
YouTube Player library for Android and Chromecast, stable and customizable.
Stars: ✭ 2,510 (+2785.06%)
Mutual labels:  webview
NatsuLang
No description or website provided.
Stars: ✭ 96 (+10.34%)
Mutual labels:  native
FusedBulb
Location fetch library.
Stars: ✭ 22 (-74.71%)
Mutual labels:  android-studio

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. ☕️

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].