Page 4 of 5 — browse earlier tutorials on Android development, Kotlin, Jetpack Compose, and Flutter.
Building a backup feature sounds straightforward until you hit Android's permission maze. Here's how I implemented backup for contacts, SMS, call logs, and calendar events.
CameraX 1.5's Feature Group API lets you check if camera feature combinations work before enabling them. No more crashing when you try to combine HDR with 60 FPS on unsupported devices.
ConstraintLayout is powerful, but it's not always the right choice. Here's how it actually works under the hood, when it makes sense to use it, and when simpler layouts are better.
I tested AGP 8.12's optimized resource shrinking on a real project — APK went from 25 MB to 13 MB. Here's how to set it up and what to watch out for.
Google accidentally published their 'Material 3 Expressive' blog post before the official Android 16 announcement. The leak reveals the most heavily researched design update Android has ever had.
After using Jetpack Compose in production for two years, here's my honest take on where it shines and where it still struggles. Spoiler: I'm not going back to XML.