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…Mar 9105Mar 9105
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 2356Feb 2356
Kotlin Algorithm — NSGA-IIHave you ever faced a problem where improving one thing comes at the expense of another?Jan 21144Jan 21144
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, 2024120Dec 2, 2024120
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, 2024184Nov 25, 2024184
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, 20243.8KNov 4, 20243.8K
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, 2024350Oct 28, 2024350
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, 20245361Oct 21, 20245361
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, 20241.3K4Oct 7, 20241.3K4
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, 20241932Sep 30, 20241932