Android ProgressDialog alternative example in Kotlin
ProgressDialog has been deprecated in Android since API level 26. Quote : ProgressDialog | Android developer This class was deprecated in API level 26. ProgressDialog is a modal dialog, which prevents the user from interacting with the app. Instead of using… Read moreAndroid ProgressDialog alternative example in Kotlin