
Subscribe to Multiplatform Mindset
Join 180+ Android developers receiving tips on Kotlin, KMP and Android weekly.


Comparing Flutter, KMP, and React Native in 2025. How They Work. Advantages and Disadvantages.
Instead of looking for that latest AI tool, learn things that genuinely make you productive.
1. Learn how to blind type. If youโre still looking down at your keyboard when typing - you are much slower than you can be. There's a bunch of websites for this. Here is one, for example. 2. Learn Vim (or emacs). Ever since I learned VIM,
We've all heard of extension functions in Kotlin, but have you used an infix function?
An infix function provides better readability for operations that require two arguments/objects. It also operates the same way as an extension function. This means you can reference the fields of the receiver (in this example it's the Session class) implicitly without calling "this". In the
๐ฆ๐ต๐ผ๐ฟ๐๐ฒ๐ป ๐๐ผ๐๐ฟ ๐ณ๐ฒ๐ฒ๐ฑ๐ฏ๐ฎ๐ฐ๐ธ ๐น๐ผ๐ผ๐ฝ ๐ณ๐ผ๐ฟ ๐ณ๐ฎ๐๐๐ฒ๐ฟ ๐ฟ๐ฒ๐๐๐น๐๐!
This actually applies everywhere in life - not just in programming. But in programming - itโs crucial to shorten your feedback loop. Recently, Iโve been working with some obscure Google services - Google Play Asset Delivery and Google Play Feature Delivery. Both are not very popular services and