DragDropSwipeRecyclerview VS FastAdapter

Compare DragDropSwipeRecyclerview vs FastAdapter and see what are their differences.

DragDropSwipeRecyclerview

Kotlin Android library that extends RecyclerView to support gestures like drag & drop and swipe, among others. It works with vertical, horizontal and grid lists. (by ernestoyaquello)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
DragDropSwipeRecyclerview FastAdapter
1 2
905 3,806
- -
5.6 3.4
8 months ago 9 months ago
Kotlin Kotlin
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

DragDropSwipeRecyclerview

Posts with mentions or reviews of DragDropSwipeRecyclerview. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-25.
  • Replacement for advancedrecyclerview?
    3 projects | /r/androiddev | 25 Oct 2022
    I've got a RecyclerView that shows a list of rows that need to be swiped (left/right) and dragged and dropped (rearranging order). This is surprisingly hard to get right on all vendors and versions of Android, and the advancedrecyclerview library has been awesome at dealing with all the details. It's abandoned, though, so I'm looking for a replacement. I found DragDropSwipeRecyclerview, which also seems abandoned. (In fact, RecyclerView itself hasn't had changes in a while.)

FastAdapter

Posts with mentions or reviews of FastAdapter. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-08-06.

What are some alternatives?

When comparing DragDropSwipeRecyclerview and FastAdapter you can also consider the following projects:

android-advancedrecyclerview - RecyclerView extension library which provides advanced features. (ex. Google's Inbox app like swiping, Play Music app like drag and drop sorting)

Epoxy - Epoxy is an Android library for building complex screens in a RecyclerView

IndicatorFastScroll - Android library providing a simple UI control for scrolling through RecyclerViews

SlimAdapter - A slim & clean & typeable Adapter without# VIEWHOLDER

SectionedRecyclerViewAdapter - An Adapter that allows a RecyclerView to be split into Sections with headers and/or footers. Each Section can have its state controlled individually.

SmartRecyclerAdapter - Small, smart and generic adapter for recycler view with easy and advanced data to ViewHolder binding.

FunDapter - Simplify Adapter creation for your Android ListViews.

RecyclerViewHelper - :page_with_curl: [Android Library] Giving powers to RecyclerView

AutoplayVideos - Android library to auto-play/pause videos from url in recyclerview.

adapter-kit - Adapter Kit is a set of useful adapters for Android.

Renderers - Renderers is an Android library created to avoid all the boilerplate needed to use a RecyclerView/ListView with adapters.

MultiLevelAdapter - Android library to allow collapsing and expanding items in RecyclerView's Adapter on multiple levels