Designing Modern Gradient Bars in Android Using XML and ComposeIn the dynamic world of Android development, creating beautiful and engaging user interfaces is essential. With Android 10, a major shift…Nov 3Nov 3
A Cleaner Way to Manage Spacing in RecyclerViewRecyclerView is one of Android’s most powerful tools for displaying large data sets efficiently in a scrollable list or grid format…Oct 15Oct 15
Changing Single Item Tint On Bottom Navigation View In Android (XML)Most of the applications have a bottom navigation bar to navigate between different pages of the application. Of course, each of the…Sep 15Sep 15
A New Way Retrieving Window Information in Android with Jetpack ComposeIn recent years, Android has been evolved more on Adaptive UI. It is considered as a best practise to design Screens that can adapt to…Sep 8Sep 8
Published inDev GeniusDynamic Color Retrieval from Images using Jetpack ComposeIn recent times, dynamic color adaptation has become a popular trend in mobile app design. Take a look at apps like Spotify, Youtube, or…Aug 15Aug 15
Published inDev GeniusCreating Scalable Composables in Jetpack ComposeCreating scalable composables in Jetpack Compose is essential for building maintainable, consistent, and user-friendly UI components…Jul 22Jul 22
Real-Time Pose Detection in Camera with ML Kit in AndroidWe’ve already learned about pose detection in Android, where we could analyze body poses from pictures and videos.Jul 15Jul 15
Published inDev GeniusSupporting Pane Layout in Jetpack ComposeIn previous articles, we discussed List-Detail layouts in Jetpack Compose and also learned about Panes in Material 3. In List-Detail…Jun 301Jun 301
Published inDev GeniusList Detail Layout and Panes in ComposeIn the past, developers had to manually adjust navigation UI for different screen sizes, leading to time-consuming and error-prone…Jun 23Jun 23
Real-Time Pose Detection in Video with ML Kit in AndroidIn our past discussions, we tackled pose detection in pictures. Now, let’s take it up a notch and explore pose detection in videos. It’s…Jun 15Jun 15