Brush up your mobile app with customized Progress Dialog. Beautiful Progress Dialog is small library that let you show custom Progress Dialog into your app. It can show static images, GIFs and the new Lottie Animation.
To add BeautifulProgressDialog into youyr app, Step 1. Add the JitPack repository to your build file
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Step 2. Add the dependency
dependencies {
implementation 'com.github.basusingh:BeautifulProgressDialog:$CurrentVersion'
}