How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
The main features of 47deg/android-swipelistview are: List Views, Lists and Grids.
Open-source alternatives to 47deg/android-swipelistview include: jpardogo/listbuddies — Android library to achieve in an easy way, the behaviour of the home page in the Expedia app, with a pair of… felipecsl/asymmetricgridview — Android ListView that mimics a GridView with asymmetric items. Supports items with row span and column span. emilsjolander/stickylistheaders — StickyListHeaders is an Android sticky header library and RecyclerView extension. It serves as a user interface… bauerca/drag-sort-listview — Android ListView with drag and drop reordering. codefalling/recyclerviewswipedismiss — A very easy-to-use and non-intrusive implement of Swipe to dismiss for RecyclerView. chrisbanes/android-pulltorefresh — Android-PullToRefresh is an Android view component and library designed to implement pull-to-refresh functionality and…
Android ListView that mimics a GridView with asymmetric items. Supports items with row span and column span
Android library to achieve in an easy way, the behaviour of the home page in the Expedia app, with a pair of auto-scroll circular parallax ListViews.
StickyListHeaders is an Android sticky header library and RecyclerView extension. It serves as a user interface component for organizing large datasets into categorized sections using headers that pin to the top of the screen during scrolling. The library provides functionality for creating sticky section headers and expandable list sections, allowing grouped sub-items to be collapsed or expanded to simplify navigation. The implementation covers viewport coordinate mapping, z-index management for visual layering, and scroll-position-based pinning. It includes mechanisms for tracking header t
Android ListView with drag and drop reordering.