Published inProAndroidDevSeamless Real-Time Location Tracking with gRPC, Kotlin & Jetpack ComposeIntroductionSep 8, 20241Sep 8, 20241
Published inProAndroidDevBoost Developer Efficiency: Automate Android Login Workflows with ADB and PythonIn this guide, we’ll walk through the steps to automate the login flow of a mobile application, addressing the common pain points of…Aug 15, 2024Aug 15, 2024
Event-Driven Solution in Android Without BroadcastReceiverIntroduction: In Android development, the BroadcastReceiver class has long been a popular choice for receiving and handling system-wide…May 28, 20231May 28, 20231
Kotlin Local Functions: Enhance Maintainability and EncapsulationIntroduction: Kotlin is a versatile programming language known for its conciseness and expressiveness. One of its standout features is the…May 27, 2023May 27, 2023
Unveiling the Power of Kotlin Destructuring: Simplify Your Code with EaseIntroduction: The concept of destructuring was introduced in programming languages such as JavaScript and Python before Kotlin. Both…May 23, 2023May 23, 2023
Published inProAndroidDevHarnessing the Power of Kotlin Flow: Effortlessly Fetch User LocationDuring my recent exploration of Kotlin Flows, I stumbled upon a fascinating feature called Kotlin callbackFlow. In this article, we will…Sep 23, 20222Sep 23, 20222
Using Gradle to secure app keys in AndroidWhile working on android there are times we need to store some API keys for third-party SDK or some other resource keys safely. For this…Feb 5, 20201Feb 5, 20201