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, use other stuff, e.g. coroutines #755

Open
UweTrottmann opened this issue Oct 9, 2020 · 0 comments
Open

AsyncTask is deprecated, use other stuff, e.g. coroutines #755

UweTrottmann opened this issue Oct 9, 2020 · 0 comments
Labels
enhancement New feature or request info Info about architectural, technical decisions or goals

Comments

@UweTrottmann
Copy link
Owner

UweTrottmann commented Oct 9, 2020

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

@UweTrottmann UweTrottmann added the enhancement New feature or request label Oct 9, 2020
@UweTrottmann UweTrottmann added this to the SeriesGuide 56 milestone Oct 9, 2020
@UweTrottmann UweTrottmann removed this from the SeriesGuide 58 milestone Sep 23, 2021
@UweTrottmann 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 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
@UweTrottmann UweTrottmann added info Info about architectural, technical decisions or goals and removed multipart labels May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request info Info about architectural, technical decisions or goals
Projects
None yet
Development

No branches or pull requests

1 participant