Nothing says AI can organize your app drawer, but it’s just simple categories

Nothing says AI can organize your app drawer, but it’s just simple categories

Ryan Haines / Android Authority I’m all for AI-powered features that make life better. I was happy when Apple introduced the ability to prioritize notifications, and I’ve relied on Google’s exclusive Pixel calling features for several years now. However, just because AI can be helpful doesn’t mean it needs to be everywhere. Sometimes, we should … Read more

Jetpack Compose — Drawer Pushing Content | by Abhishek Pathak | Mar, 2025

Jetpack Compose — Drawer Pushing Content | by Abhishek Pathak | Mar, 2025

Jetpack Compose has revolutionized UI development for Android by providing a declarative approach to building interfaces. While it offers several built-in UI components, there are scenarios where a custom UI is necessary to achieve unique behaviors. One such case is implementing a Drawer Layout that pushes screen content instead of overlaying it. Compose provides many … Read more

Navigation Drawer with Jetpack Compose on Android TV | by Sahar Asadian | Jan, 2025

Navigation Drawer with Jetpack Compose on Android TV | by Sahar Asadian | Jan, 2025

This article is the second part of the Android TV Jetpack Compose series, where we’ll dive into implementing a Navigation Drawer, guided by the Android Developer documentation. If you haven’t read the first part yet, be sure to check it out here. One of the crucial elements in Android TV apps is the navigation drawer, … Read more