How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
DEPRECATED A swipe menu for ListView.
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
ListView with blur/parallax/sticky capabilities
The main features of emmano/blurstickyheaderlistview are: Lists and Grids.
Projects with overlapping indexed features include: askerov/dynamicgrid — Drag and drop GridView for Android. baoyongzhang/swipemenulistview — [DEPRECATED] A swipe menu for ListView. emilsjolander/stickylistheaders — StickyListHeaders is an Android sticky header library and RecyclerView extension. It serves as a user interface… eowise/recyclerview-stickyheaders — DEPRECATED. Android library that integrate sticky section headers in your RecyclerView. etsy/androidstaggeredgrid — The AndroidStaggeredGrid library provides a multi-column, masonry-style grid component for Android applications. It… 47deg/android-swipelistview.