Contributor
Divyansh Kushawaha

Migrate AsyncTask to Kotlin Coroutines


Mentors
Shridhar Goel
Organization
AnkiDroid
Technologies
android, java, Coroutines, AsyncTask, Multithreading
Topics
android, migration, parallelism, Background task
The proposal focuses on migrating the project from the use of deprecated AsyncTask to Kotlin coroutines. Coroutines are a great way of handling background operations. Since AnkiDroid is already migrating to Kotlin, I think it is time to migrate the codebase to using Coroutines as well.