udacity / ud851-Sunshine

Apache License 2.0
2k stars 4.51k forks source link

AsyncTask is deprecated in Android 11 #224

Closed KuroShinigami318 closed 3 years ago

KuroShinigami318 commented 3 years ago

What are alternatives?

GiulianoRM commented 3 years ago

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