Romman Sabbirrommansabbir.com·Sep 14, 2024Kotlin : How to Flow?Kotlin Flow is a powerful and easy-to-use tool for handling asynchronous data streams in Kotlin, especially useful for modern Android development. At first glance, Flow might seem a bit complex, but don’t worry! In this article, we’ll break it down i...150 readsKotlindata stream
Romman Sabbirrommansabbir.com·Jul 2, 2024Understanding Android Broadcast ReceiversWhat is a Broadcast Receiver? A Broadcast Receiver in Android is a component that lets your app listen for system-wide or app-specific messages. These messages, called "intents," indicate that an event has happened. For example, your app can listen ...3 likes·1.2K readsAndroid Application Developmentbinder