List animations in Compose: Drag to reorder
Learn how to implement drag to reorder feature in Jetpack Compose. And spice things up in the end to make it more intuitive.
Learn how to implement drag to reorder feature in Jetpack Compose. And spice things up in the end to make it more intuitive.
Learn how to build a simple navigation flow between list and detail composable destinations using jetpack compose in android. Build a simple app which shows cats using NavHost, NavController, NavArguments.
Want to get a taste of gestures in Compose? Check this article, and build a spectacular animation when an item is swiped away.
Learn Compose animations with a walk-through project. Using LaunchedEffect and Animateable, we create a few consecutive animations to produce a smooth experience while adding an item to a list.
Even with just rows and columns, you can create intuitive user interfaces in Jetpack Compose. Create basics layouts Rows and Columns using Jetpack Compose in Android. Chaining and aligning the elements in layouts.
This article covers everything about implementing menus in android. Show popup menu's, popup list menu's, nesting menu items, context menu's, drop down menu's and setting menu item click listeners for all types.
Snackbar is a lightweight-widget that we can use as an alternative to Toast. Snackbar is used to show messages to user at bottom of app screen with swiping enabled also contains an optional action button to perform user actions.
You must be logged in to post a comment.