
The Sleeper Announcement from Google I/O 2026 That Will Change How We Think About Apps
This is a submission for the Google I/O Writing Challenge Everyone walked away from Google I/O...

Author profile
Android Dev ๐ฉโ๐ป | Java, Kotlin, Jetpack Compose, Dart & Flutter
Browse the latest writing surfaced through DevArt.

This is a submission for the Google I/O Writing Challenge Everyone walked away from Google I/O...

Ever wondered what map() actually does? ๐ค Letโs break it down in the simplest way possible ๐ ...

This is a submission for the Google Cloud NEXT Writing Challenge AI Isnโt a Tool Anymore โ...

๐ฅ Kotlin vs Dart Equality โ 30 sec breakdown! ๐จโ๐ป Kotlin: == โ checks VALUE === โ checks MEMORY...

Started Beginner Coding Series Shorts! Learn: ๐ Kotlin basics ๐ Dart basics Perfect for Android...

Math in Jetpack Compose Animations โ Read the full article โ Jetpack Compose animations look...

๐ก What is a Coroutine? ๐ค A simple question โ yet one that traps many Android developers. Most of us...

If youโre new to Kotlin, you might have seen something like this: val number = 50_000 Enter...

While Gradle builds your app, itโs actually building your patience ๐ Hit Run in Android Studio ๐ป,...

New to Android Studio or confused by its update channels? Check out my simple guide on Canary,...

If you're an Android developer, you might still be using SharedPreferences for storing small data....

Dive into the fundamentals of arrays and discover how they form the backbone of Android development....

Building custom dialogs in Flutter can be tricky when you want more than the basics. I recently built...

Sometimes the simplest puzzles are the sneakiest โ especially in interviews. Take this one: Find...

๐ Hot Reload = Caffeine shot โ โป๏ธ Hot Restart = Power nap ๐ค ๐ Hot Reload Injects...

When I started learning Android, my senior asked me to โjust show a message on the screen.โ Easy,...

A quick overview of my journey learning Riverpod for Flutter app state management โ with a full tutorial linked inside!

โWhy isnโt ConsumerWidget working?!โ Been there? So was I โ and hereโs what I learned ๐ ...

Jetpack Compose has made Android UI development faster and cleaner โ and yes, it works beautifully...

Originally published on Medium: Unboxing ViewModel in Android Ever wondered why your input fields...

Still managing all your Compose UI state with mutableStateOf? Thatโs just one tool in your toolbox...

Working with Jetpack Compose? Side effects can be tricky โ just like medicine that sometimes causes a...

Learn how Jetpack Compose uses state to automatically update UI โ no more manual view changes.

If you're new to Jetpack Compose, one of the first questions that comes to mind is: ๐ค What exactly...

Storing sensitive data like access_token or username in plain SharedPreferences is risky โ even in...

New to Kotlin lambdas? Youโre not alone. Many beginners run into the same silent mistakeโone that...
Advertisement