Skip to content

tommasoberlose/progress-dialog

Repository files navigation

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