LukasLechnerDev / Kotlin-Coroutines-and-Flow-UseCases-on-Android

🎓 Learning Kotlin Coroutines and Flows for Android by example. 🚀 Sample implementations for real-world Android use cases. 🛠 Unit tests included!
Apache License 2.0
2.63k stars 433 forks source link

This can be done by synchronously with the help of withContext? #9

Open gouri-panda opened 3 years ago

gouri-panda commented 3 years ago

https://github.com/LukasLechnerDev/Kotlin-Coroutine-Use-Cases-on-Android/blob/fd939486e24ddad1815c2fa0330c0109c4752e76/app/src/main/java/com/lukaslechner/coroutineusecasesonandroid/usecases/coroutines/usecase14/AndroidVersionRepository.kt#L21