Nitheesh AgBuilding a Compose Multiplatform app with an Architectural pattern.Back in the day, with Kotlin being my favourite language, I always wondered if I could do cross-platform with Kotlin.Aug 31, 20232Aug 31, 20232
Nitheesh AgNavigation in Jetpack Compose with AnimationsIn an application, navigating between screens is an inevitable part. We all know that having animations while navigating between screens…Jul 31, 20233Jul 31, 20233
Nitheesh AgPass data implicitly throughout the Composable UI tree with CompositionLocal 🔥Normally in Compose, we pass data as parameters to each composable function in the UI tree. This makes a composable’s dependencies…Oct 5, 2022Oct 5, 2022
Nitheesh AgCreating scaling click interactions in compose.In this guide, I’ll show you how to create click effect similar what we seen in apps like Airbnb, Spotify, Zomato, etc. We can see this…May 25, 2022May 25, 2022