Skip to content

Github website converted into Android App using Web View feature. It uses SwipeRefreshLayout to refresh the contents in web-view.

Notifications You must be signed in to change notification settings

rajsaurabh247/GitHub

Repository files navigation

GitHub

Github website converted into Android App using Web View feature.
It uses SwipeRefreshLayout to refresh the contents in web-view.

Dependencies :

implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"
implementation 'com.karumi:dexter:6.2.2'

Permissions :

<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>

About

Github website converted into Android App using Web View feature. It uses SwipeRefreshLayout to refresh the contents in web-view.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages