Popularity
1.0
Growing
Activity
0.0
Stable
10
3
1
Description
A simple android library to show and hide a ProgressDialog.
Programming language: Kotlin
License: MIT License
Tags:
Android
Kotlin
Progressbar
Latest version: v1.0.0
README
ProgressDialog
A simple android library to show and hide a ProgressDialog.
Gradle
repositories {
...
maven { url 'https://jitpack.io' }
}
dependencies {
...
implementation 'com.github.tommasoberlose:progress-dialog:1.0.0'
}
Usage
ProgressDialogFragment.showProgressBar(this)
ProgressDialogFragment.hideProgressBar(this)
License
MIT License
*Note that all licence references and agreements mentioned in the ProgressDialog README section above
are relevant to that project's source code only.