
Google is deprecating Android AsyncTask API in Android 11 and suggesting to use java.util.concurrent
instead
According to the Android documentation AsyncTask
was deprecated in API level 30 and it is suggested to use the standard java.util.concurrent or Kotlin…