Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Swipecellkit | 5,953 | 112 | 5 months ago | 32 | September 24, 2019 | 67 | other | Swift | ||
Swipeable UITableViewCell/UICollectionViewCell based on the stock Mail.app, implemented in Swift. | ||||||||||
Android Advancedrecyclerview | 5,181 | a year ago | 30 | February 07, 2021 | 191 | apache-2.0 | Java | |||
RecyclerView extension library which provides advanced features. (ex. Google's Inbox app like swiping, Play Music app like drag and drop sorting) | ||||||||||
Splide | 3,821 | 32 | a month ago | 148 | September 21, 2022 | 44 | mit | TypeScript | ||
Splide is a lightweight, flexible and accessible slider/carousel written in TypeScript. No dependencies, no Lighthouse errors. | ||||||||||
Fastadapter | 3,721 | 176 | 16 | 5 months ago | 138 | November 24, 2021 | 7 | apache-2.0 | Kotlin | |
The bullet proof, fast and easy to use adapter library, which minimizes developing time to a fraction... | ||||||||||
Android Itemtouchhelper Demo | 2,499 | 4 years ago | 46 | apache-2.0 | Java | |||||
Basic example of using ItemTouchHelper to add drag & drop and swipe-to-dismiss to RecyclerView. | ||||||||||
Slip | 2,417 | 10 | 1 | 2 years ago | 6 | September 22, 2021 | 23 | bsd-2-clause | JavaScript | |
Slip.js — UI library for manipulating lists via swipe and drag gestures | ||||||||||
Recyclerviewundoswipe | 1,425 | 7 years ago | apache-2.0 | Java | ||||||
Swipe and drag support for RecyclerView with undo action. | ||||||||||
Swipereveallayout | 1,160 | 4 years ago | 69 | mit | Java | |||||
Easy, flexible and powerful Swipe Layout for Android | ||||||||||
Any Touch | 1,133 | 2 | 11 | 3 months ago | 149 | May 24, 2022 | 15 | mit | TypeScript | |
:wave: Touch gesture library, 1kb~5kb, compatible with PC / mobile | ||||||||||
Itemtouchhelper Extension | 1,026 | 5 years ago | 12 | Java | ||||||
Extension for itemtouchhelper with swipe settling,recover and no conflict with 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/
Recent Breaking Change Info
BaseWrapperAdapter
SwipeableItemConstants.REACTION_CAN_SWIPE_BOTH
SwipeableItemConstants.REACTION_CAN_NOT_SWIPE_BOTH
SwipeableItemConstants.REACTION_CAN_NOT_SWIPE_BOTH_WITH_RUBBER_BAND_EFFECT
DraggableItemState getDragState()
method added to the DraggableItemViewHolder
interfaceSwipeableItemState getSwipeState()
method added to the SwipeableItemViewHolder
interfaceExpandableItemState getExpandState()
method added to the ExpandableItemViewHolder
interface👉 Migration guide from v0.11.0 to v1.0.0
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.
Please check the implementation of the simple examples.
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.