Posts about kotlin

What I learned from Kotlin Flow API

I used to check the docs and just read a lot about flows but didn’t implement anything until yesterday. However, the API tasted really cool (even though some operations are still[…]

Stateful MVVM across process death using SharedFlow

Lately, I have been playing and exploring SharedFlow. A pretty nice and very helpful design for situations like this. But as I was building a ViewModel this week, I ran into[…]

First experience with Jetpack Compose

onCreate It’s been a couple of weeks since Jetpack Compose reached in alpha state. So, I thought I should start giving it a try.Getting started with it is not that hard.[…]

Usage of SharedFlow

# onCreate With the 1.4 Update, kotlin coroutines brought us a lot of features and improvements. One of them was the introduction of SharedFlow. Basically, what I would like to call[…]

The Great Wall of China was originally created to keep WebView out. It failed miserably.

Let’s face it, getting a NaN in Android is more frustrating than a (Kotlin)NullPointerException. Well, as a Native Android developer, I actually never touched the web professionally, except playing around with[…]

1 2 3 4 6