Android Advancedrecyclerview

RecyclerView extension library which provides advanced features. (ex. Google's Inbox app like swiping, Play Music app like drag and drop sorting)
Alternatives To Android Advancedrecyclerview
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Swipecellkit5,953
1125 months ago32September 24, 201967otherSwift
Swipeable UITableViewCell/UICollectionViewCell based on the stock Mail.app, implemented in Swift.
Android Advancedrecyclerview5,181
a year ago30February 07, 2021191apache-2.0Java
RecyclerView extension library which provides advanced features. (ex. Google's Inbox app like swiping, Play Music app like drag and drop sorting)
Splide3,82132a month ago148September 21, 202244mitTypeScript
Splide is a lightweight, flexible and accessible slider/carousel written in TypeScript. No dependencies, no Lighthouse errors.
Fastadapter3,721176165 months ago138November 24, 20217apache-2.0Kotlin
The bullet proof, fast and easy to use adapter library, which minimizes developing time to a fraction...
Android Itemtouchhelper Demo2,499
4 years ago46apache-2.0Java
Basic example of using ItemTouchHelper to add drag & drop and swipe-to-dismiss to RecyclerView.
Slip2,4171012 years ago6September 22, 202123bsd-2-clauseJavaScript
Slip.js — UI library for manipulating lists via swipe and drag gestures
Recyclerviewundoswipe1,425
7 years agoapache-2.0Java
Swipe and drag support for RecyclerView with undo action.
Swipereveallayout1,160
4 years ago69mitJava
Easy, flexible and powerful Swipe Layout for Android
Any Touch1,1332113 months ago149May 24, 202215mitTypeScript
:wave: Touch gesture library, 1kb~5kb, compatible with PC / mobile
Itemtouchhelper Extension1,026
5 years ago12Java
Extension for itemtouchhelper with swipe settling,recover and no conflict with recyclerview
Alternatives To Android Advancedrecyclerview
Select To Compare


Alternative Project Comparisons
Readme

Advanced RecyclerView

This RecyclerView extension library provides Google's Inbox app like swiping, Play Music app like drag-and-drop sorting and expandable item features. Works on API level 14 or later.

Documentation site: https://advancedrecyclerview.h6ah4i.com/

Download Android Arsenal


Download the example app

Get it on Google Play

Demonstration video on YouTube

Advanced

Target platforms

  • API level 14 or later

Latest version

Recent Breaking Change Info

  • v1.0.0:
    • Migrated to AndroidX (Use v0.11.0 instead if your project uses support libraries)
    • BaseWrapperAdapter
    • Removed some deprecated features
      • SwipeableItemConstants.REACTION_CAN_SWIPE_BOTH
      • SwipeableItemConstants.REACTION_CAN_NOT_SWIPE_BOTH
      • SwipeableItemConstants.REACTION_CAN_NOT_SWIPE_BOTH_WITH_RUBBER_BAND_EFFECT
    • New DraggableItemState getDragState() method added to the DraggableItemViewHolder interface
    • New SwipeableItemState getSwipeState() method added to the SwipeableItemViewHolder interface
    • New ExpandableItemState getExpandState() method added to the ExpandableItemViewHolder interface

👉 Migration guide from v0.11.0 to v1.0.0

Getting started

This library is published on jCenter. Just add these lines to build.gradle.

dependencies {
    implementation 'com.h6ah4i.android.widget.advrecyclerview:advrecyclerview:1.0.0'
}

Please check the Getting Started section on the official documentation site for more details.


Examples

Please check the implementation of the simple examples.

Drag & Drop related examples

Expandable item related examples

Swipeable related examples

Headers and Footers examples

WrapperAdapter examples

Hybrid examples

Other examples

iOS Mail app like swipe action


License

This library is licensed under the Apache Software License, Version 2.0.

See LICENSE for full of the license text.

Copyright (C) 2015 Haruki Hasegawa

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Popular Drag And Drop Projects
Popular Swipe Projects
Popular User Interface Components Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Java
Drag And Drop
Drag
Swipe
Draggable
Expandable