Hijacking AIDL Interfaces
Two years ago, I wrote an introduction article for how components communicate with each-other across the whole Android system. This article would assume that the reader has some knowledge about inter-

Search for a command to run...
Articles tagged with #kotlin
Two years ago, I wrote an introduction article for how components communicate with each-other across the whole Android system. This article would assume that the reader has some knowledge about inter-

I have to be honest; I never liked it. The main reason was that I was not comfortable with compatibility issues when adding/removing dependencies. It seemed at the time that it was consuming more time than I predicted trying to figure out what was go...

In Kotlin, SharedFlow is a powerful tool for implementing reactive and asynchronous programming patterns. It provides a convenient way to share data streams among multiple subscribers. In this article, we will explore the concept of SharedFlow and un...

Kotlin Flows have revolutionized asynchronous programming in Kotlin, providing a streamlined way to handle asynchronous data streams. With Flows, developers can easily handle sequences of values that are emitted over time, making it ideal for handlin...
