Package com.techiness.progressdialoglibrary

Types

Link copied to clipboard
class ProgressDialog @JvmOverloads constructor(    modeConstant: Int = MODE_INDETERMINATE,     context: Context,     themeConstant: Int = THEME_LIGHT)

An easy to use ProgressDialog library for Android API level 24 and above. The below given parameters apply for all the overloaded constructors in Java or a Single Constructor with default arguments in Kotlin.