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
Do you know how distinctUntilChanged() works in Kotlin flows? 🤔💡
This is the answer to the challenge that I posted a couple of days ago. DistinctUntilChanged() can be a bit confusing because we can...
Apr 13, 2024
1 min read
Android dev Challenge No. 7 🎯🧑💻What will this print?
This time, we'll take a look at distinctUntilChanged() operator. 🏆 Challenge details: Take a look at the code. What will be printed when...
Apr 9, 2024
1 min read
Is it possible to have a RuntimeException 🚫 in your Android app and 𝗻𝗼𝘁 have it crash? 🤔
Yes, it is! We can do this in two ways: 1. Via Thread.setDefaultUncaughtExceptionHandler 🧵 which is a mechanism of Java’s Thread API. It...
Mar 1, 2024
1 min read
bottom of page