Published inProAndroidDevEnhancing Dropdown Menus in Jetpack Compose: Implementing Searchable SelectionHave you ever struggled to find a specific item in a lengthy dropdown menu using Jetpack Compose? While Compose simplifies many aspects of…6d ago6d ago
Compile-Time Safety with Koin Annotations: What It Catches, What It Doesn’t, and My ExperienceWhat if your dependency injection setup could catch mistakes before running your app?Feb 23Feb 23
Kotlin Algorithm — NSGA-IIHave you ever faced a problem where improving one thing comes at the expense of another?Jan 21Jan 21
Published inProAndroidDevOptimizing UUID Storage in SQLDelight: Text vs. Two Longs and a Look Ahead at UUID v7Primary keys are fundamental to maintaining data integrity and enabling efficient data retrieval. They uniquely identify each record in a…Dec 2, 2024Dec 2, 2024
Enhancing Adaptive UI in Kotlin Multiplatform with Jetpack ComposeAdaptive user interfaces have become essential in modern application development due to the vast array of devices and screen sizes…Nov 25, 2024Nov 25, 2024
Implementing Soft Navigation Requests in Jetpack Compose Navigation — Part 2 : The Back PressIn the previous article, Implementing Soft Navigation Requests in Jetpack Compose Navigation, we explored how to enhance user experience…Nov 4, 2024Nov 4, 2024
Implementing a CustomSide Sheet in Jetpack ComposeHow can a custom overlay sheet enhance the user interface of a mobile app built with Jetpack Compose?Oct 28, 2024Oct 28, 2024
Published inProAndroidDevImplementing Soft Navigation Requests in Jetpack Compose Navigation — Part 1Have you ever lost data due to a misclick that takes you somewhere else in an app? It’s a frustrating experience that can lead to user…Oct 21, 20241Oct 21, 20241
Trying to Start a Multiplatform Company Store with Kotlin RPC, Koin, Ktor, and WASM.Are you looking for innovative ways to streamline your cross-platform development process? Curious about how to leverage cutting-edge…Oct 7, 20244Oct 7, 20244
Understanding the Impact of Multiple NavHosts on Back Navigation and ViewModel Management in…A navigation system is important for delivering a good user experience in complex Android applications. Jetpack Compose provides a…Sep 30, 20242Sep 30, 20242