Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[android] ProgressDialog has been deprecated in API 26 #3629

Open
rtsisyk opened this issue Oct 14, 2022 · 0 comments
Open

[android] ProgressDialog has been deprecated in API 26 #3629

rtsisyk opened this issue Oct 14, 2022 · 0 comments
Labels
Android Android development Good first issue Good for newcomers Refactoring

Comments

@rtsisyk
Copy link
Contributor

rtsisyk commented Oct 14, 2022

https://developer.android.com/reference/android/app/ProgressDialog:

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 this class, you should use a progress indicator like ProgressBar, which can be embedded in your app's UI. Alternatively, you can use a notification to inform the user of the task's progress.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Android Android development Good first issue Good for newcomers Refactoring
Projects
None yet
Development

No branches or pull requests

1 participant