Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 470 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 470 Bytes

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