Skip to content

This Is A JAVA Library Which Is Able To Create Progress Dialog Like Telegram

Notifications You must be signed in to change notification settings

apurboislam/RedialProgressView

Repository files navigation

RedialProgressView

Java Library To Add Telegram Progress Dialog To Your App

How To Use

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.apurboislam:RedialProgressView:V1.0'
}

Step 3. Show Dialog In Your App:

//to show dialog
RadialProgressDialog.showRadialProgressDialog(MainActivity.this, true);

//to dismiss dialog
RadialProgressDialog.showRadialProgressDialog(MainActivity.this, false);

Have A Good Day

Ta-TA 👋🏻