SwipeRecyclerView is an Android library that extends the standard RecyclerView with swipeable action menus, drag-and-drop item reordering, and swipe-to-delete gesture detection. It provides a complete set of interactive list behaviors that let users reveal contextual buttons by swiping list items left or right, rearrange items by long-pressing and dragging them to new positions, and remove items with a horizontal swipe gesture that automatically updates the underlying data model. The library distinguishes itself by combining multiple interaction patterns into a single, cohesive component. It
Swipe and drag support for RecyclerView with undo action.
AndroidSwipeLayout is an Android UI library and custom view framework that enables the creation of layouts that reveal hidden action buttons when a user performs a swipe gesture. It functions as a gesture-based UI component that triggers callbacks based on the real-time position of the swipe. The framework is designed to support complex interaction patterns, specifically allowing for the nesting of multiple swipeable components within one another. The library covers mobile gesture interaction and custom view orchestration, providing tools to track swipe states and synchronize UI changes duri
The main features of halfstackdeveloper/swipecardrecyclerview are: List Components, Swipe Actions, Swipe and Gesture Controls.
Open-source alternatives to halfstackdeveloper/swipecardrecyclerview include: honeyneutrons/recyclerviewundoswipe — Swipe and drag support for RecyclerView with undo action. yanzhenjie/swiperecyclerview — SwipeRecyclerView is an Android library that extends the standard RecyclerView with swipeable action menus,… flschweiger/swipestack — A simple, customizable and easy to use swipeable view stack for Android. alexandrius/accordion-swipe-layout. chthai64/swipereveallayout — Easy, flexible and powerful Swipe Layout for Android. daimajia/androidswipelayout — AndroidSwipeLayout is an Android UI library and custom view framework that enables the creation of layouts that reveal…