Common Mistakes Developers Make with Jetpack ComposeJetpack Compose brings a revolutionary approach to Android development with its declarative UI paradigm. However, transitioning from…Dec 16, 2024Dec 16, 2024
What is Declarative UI in Jetpack Compose?Jetpack Compose, Google’s modern UI toolkit for Android, has revolutionized the way developers build user interfaces by embracing a…Dec 13, 2024Dec 13, 2024
BEST way to implement Preference DataStoreIn this blog post, we will demonstrate how to implement Preference DataStore in Android by utilizing a simple counter functionality. The…Oct 7, 2024Oct 7, 2024
Efficient Search with Lazy Layouts in Jetpack ComposeHey there! Right now, I’m diving into Jetpack Compose and trying my hand at recreating Spotify’s UI. Along the way, I’ve been facing all…Jun 17, 20241Jun 17, 20241
Simplifying Multi-Selection in Jetpack ComposeWhile practicing Compose designing by cloning the UI of Spotify, I stumbled upon a challenge: implementing multi-selection for artist and…Jun 14, 2024Jun 14, 2024
Google I/O 2024: A One-Stop Shop for Android DevelopersCalling all Android developers! Google I/O 2024 was a whirlwind of exciting announcements, unveiling advancements and tools that will…Jun 6, 2024Jun 6, 2024
Why Kotlin over Java for Android Development? Pros and Cons of Kotlin.Kotlin is a general-purpose, open-source and object-oriented programming language developed by JetBrains in 2011. It is sponsored by…Jun 4, 2024Jun 4, 2024
Unveiling Gemini 1.5 Family: Pro, Flash; and Nano 1.0Remember the days when AI struggled to connect ideas across even a few sentences? Those days are fading fast. The landscape of AI is…May 29, 2024May 29, 2024
Scheduled local notification in Android using AlarmManagerIn today’s post, we’re diving into how to set up scheduled local notifications using AlarmManager. It’s a cool trick to keep all your tasks…May 4, 20241May 4, 20241
Different types of local notification in Android using Jetpack composeThis is the second installment of my local notification blog series. In the first part, we explored the significance and detailed…Jan 28, 20241Jan 28, 20241