Loading...

Android Pro WebView

Every android library is made to ease the development process for our fellow developers. But with that being said finding one for your android application might be a hassle. We are here to provide you with an essential java library(android library) that has the functionality you need and easy implementation.


Pro WebView is one of the android libraries which will bring joy as an android developer trying to implement webView on your application. The library might seem like a webView library available on the internet but with its functionality, you might want to change the perspective.


Pro WebView android library frees you from the worries of having to ask permissions, file download, file upload, JS alerts and dialogues, links without protocols, cache managing and/or cookies managing. This removes the trouble of going through the WebViewClient and the WebChromeClient.


With this many features, the library is sure to reduce your development time in the context of having to use WebView. This library is a better implementation of Android’s Webview. The library has been developed using Java, JavaScript(js) and CSS.



 

Now, let us move on to the installation and usage part of this awesome android library:


Installation

The first step is to add the jitpack.io to your top-level Gradle file:
allprojects {
    repositories {
 ...
 maven { url 'https://jitpack.io' }
 }
}
Then, add the following dependency to the app-level gradle:
dependencies {
    implementation 'com.github.vic797:prowebview:VERSION'
}

Download complete project source code from GitHub
WebView 8908389171312584537
Home item