Drop deprecated AsyncTask implementation #12

Open
opened 2021-03-14 02:26:47 +00:00 by luca0N · 0 comments
Owner

DownloadTriviaQuestionsTask extends the AsyncTask from the android.os package which was deprecated in API level 30. On the Android Documentation, it is stated that java.util.concurrent should be used instead.

`DownloadTriviaQuestionsTask` extends the `AsyncTask` from the `android.os` package which was deprecated in API level 30. On the Android Documentation, it is stated that `java.util.concurrent` should be used instead.
luca0N added the
priority:medium
label 2021-03-14 02:26:47 +00:00
Sign in to join this conversation.
No description provided.