Posted on Leave a comment

Android Compose 2

Navigation

[https://github.com/olshevski/compose-navigation-reimagined]
[https://www.droidcon.com/2022/08/02/painless-typesafe-jetpack-compose-navigation-with-voyager/]
[https://github.com/AlexGladkov/Odyssey]
[https://medium.com/google-developer-experts/modular-navigation-with-jetpack-compose-fda9f6b2bef7]

Jetpack Compose clear back stack, popUpTo/popBackStack inclusive explained
[https://medium.com/@banmarkovic/jetpack-compose-clear-back-stack-popbackstack-inclusive-explained-14ee73a29df5]

State

Effective state management for TextField in Compose
09.2022 [https://medium.com/androiddevelopers/effective-state-management-for-textfield-in-compose-d6e5b070fbe5]

Continue reading Android Compose 2
Posted on Leave a comment

Kotlin coroutines 2

How to pause a coroutine
09.2022 [https://medium.com/mobilepeople/how-to-pause-a-coroutine-31cbd4cf7815]
[https://github.com/Koitharu/pausing-coroutine-dispatcher]

GlobalScope

The reason to avoid GlobalScope
01.2019 [https://elizarov.medium.com/the-reason-to-avoid-globalscope-835337445abc] by Roman Elizarov

Coroutines & Patterns for work that shouldn’t be cancelled
[https://manuelvivo.dev/coroutines-cancellation-exceptions-4] by Manuel Vivo

Continue reading Kotlin coroutines 2