Kotlin-Coroutines-and-Flow-UseCases-on-Android icon indicating copy to clipboard operation
Kotlin-Coroutines-and-Flow-UseCases-on-Android copied to clipboard

🎓 Learning Kotlin Coroutines and Flows for Android by example. 🚀 Sample implementations for real-world Android use cases. 🛠 Unit tests included!

Results 6 Kotlin-Coroutines-and-Flow-UseCases-on-Android issues
Sort by recently updated
recently updated
newest added

Adding usecase for StateFlow and SharedFlow would be helpful.

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

Hi, Lukas! I think there's a problem with the solution for [usecase4/VariableAmountOfNetworkRequestsViewModel#performNetworkRequestsConcurrently](https://github.com/LukasLechnerDev/Kotlin-Coroutine-Use-Cases-on-Android/blob/a8f2421e3385b9d5b1bc9c2647655a0ebba51e11/app/src/main/java/com/lukaslechner/coroutineusecasesonandroid/usecases/coroutines/usecase4/VariableAmountOfNetworkRequestsViewModel.kt#L29). It crashes when I configure `MockApi` to return a `500` on the call to `http://localhost/android-version-features/28`. Reading [this](https://medium.com/androiddevelopers/exceptions-in-coroutines-ce8da1ec060c) about...

Latest release of Android Studio as of this writing doesn't come packaged with JDK 11 anymore, using AGP and upgrading to Gradle 8 solves this issue.

Hi Lukas, After purchasing the course from udemy, i tried building your branch but it was not succeeded due to Android studio version update. I have updated required libraries, gradle...