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

AsyncTask is deprecated in API 30 (Android 11) #351

Closed
byunlee opened this issue Nov 17, 2020 · 1 comment
Closed

AsyncTask is deprecated in API 30 (Android 11) #351

byunlee opened this issue Nov 17, 2020 · 1 comment

Comments

@byunlee
Copy link

byunlee commented Nov 17, 2020

https://developer.android.com/reference/android/os/AsyncTask

Android documentation says:

This class was deprecated in API level 30.
Use the standard java.util.concurrent or Kotlin concurrency utilities instead.

I see AsyncTask being used in a few places. It should be replaced with something else.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants