You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an ongoing effort. Nothing is wrong with current code using AsyncTask, new code shouldn't use it. If significantly changing old code, try to migrate away.
Migrate to coroutines if possible, maybe similar to 74bdb6a
UweTrottmann
changed the title
AsyncTask is deprecated, use other stuff, e.g. coroutines
[Ongoing] AsyncTask is deprecated, use other stuff, e.g. coroutines
May 23, 2024
UweTrottmann
changed the title
[Ongoing] AsyncTask is deprecated, use other stuff, e.g. coroutines
AsyncTask is deprecated, use other stuff, e.g. coroutines
May 23, 2024
This is an ongoing effort. Nothing is wrong with current code using AsyncTask, new code shouldn't use it. If significantly changing old code, try to migrate away.
Migrate to coroutines if possible, maybe similar to 74bdb6a
https://developer.android.com/kotlin/coroutines-adv
https://developer.android.com/topic/libraries/architecture/coroutines
The text was updated successfully, but these errors were encountered: