- A better looking loading dialog for Android inspired by ios
- A non blocking progress view that can can block click events without blocking the back button
Installation:
Add this to the main gradle file:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Add this to your project gradle file:
dependencies {
compile 'com.github.ravindu1024:android-loadingdialog:1.0.1'
}