Does Kotlin Coroutines replace AsyncTask?

Viewed 97

Is AsyncTask still needed?

In Android with Java, we used to implement an AsyncTask and AsyncTaskLoader, but recently I've been beginning to learn Kotlin and I've noticed that things like that are done by Kotlin Coroutines.

2 Answers
Related