top of page
This site was designed with the
.com
website builder. Create your website today.
Start Now
Blog
Hire me
Learn KMP!
More
Use tab to navigate through the menu items.
Log In
Subscribe to my newsletter
Subscribe
Thank you!
Mykola Miroshnychenko
Helping Android developers grow one article at a time
All Posts
Jetpack Compose
Kotlin
Android
Kotlin coroutines
Challenges
KMP
Search
Are you aware of the pitfalls of LaunchedEffect in Jetpack Compose?
Code for this example One thing that you have to keep in mind with LaunchedEffect is that it will "cache" any lambdas that you pass to...
Dec 3, 2023
1 min read
💡🔄 Do you know how coroutineScope works in coroutines?
As promised, this is the answer to the challenge that I posted 2 days ago 🧩 Here is the challenge: Before I explain the answer - go...
Dec 1, 2023
2 min read
Are you using coroutines inside your Composables? Make sure to use rememberCoroutineScope!
Are you using coroutines inside your Composables? Are you making sure that you use rememberCoroutineScope? rememberCoroutineScope() is...
Nov 30, 2023
1 min read
bottom of page