PleaseWait: A Progress Dialog Library for Android Development



PleaseWait: A Progress Dialog Library for Android Development

PleaseWait: A Progress Dialog Library for Android Development

PleaseWait is a lightweight library that can be used as a replacement for now-deprecated android.app.ProgressDialog. I made this library to use in my apps to avoid those deprecation warnings everywhere and to improve the look of the progress dialog. Also I wanted to learn the process of publishing a library.

Check it out: https://github.com/tashilapathum/PleaseWait

Features:
– Supports Material 2 and the latest Material 3 design
– Follows Dark and Light modes automatically
– Adapts to your app’s theme colors
– Retains state between orientation changes
– Supports both determinate and indeterminate progress modes
– Smooth Material Design animations
– Easy to use