This is my note for Udemy lesson: Advanced Android Bootcamp 2024.
CoroutineScope(Dispatchers.IO).launch { // heavy tasks withContext(Dispatchers.Main) { // UI changes } }
This is my note for Udemy lesson: Advanced Android Bootcamp 2024.
CoroutineScope(Dispatchers.IO).launch { // heavy tasks withContext(Dispatchers.Main) { // UI changes } }