DragDropSwipeRecyclerview VS recyclerview-animators

Compare DragDropSwipeRecyclerview vs recyclerview-animators 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)

recyclerview-animators

An Android Animation library which easily add itemanimator to RecyclerView items. (by wasabeef)
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 recyclerview-animators
1 3
905 11,455
- -
5.6 0.0
8 months ago 4 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.)

recyclerview-animators

Posts with mentions or reviews of recyclerview-animators. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-02-14.
  • How do i create this animation while scrolling?
    1 project | /r/androiddev | 7 Jan 2023
    For Recyclerview you could use this library for some similar animations https://github.com/wasabeef/recyclerview-animators
  • Animations and Performance in Nested RecyclerViews
    3 projects | /r/RedditEng | 14 Feb 2022
    Next, we looked at overriding SimpleItemAnimator but noticed that this class is missing a lot of logic required for orchestrating the animations. We realized that the Android SDK does not really allow us to easily customize RecyclerView item animations - what a shame! Doing some research on this we found two open-source libraries (here and here - note: this is no endorsement) that provide a variety of custom ItemAnimators by using a base ItemAnimator implementation that is very similar to the DefaultItemAnimator class but allows for proper customization. We ended up creating our own BaseItemAnimator by looking at DefaultItemAnimator and adapting it to our needs and then creating the actual implementation for the reaction feature. This allowed us to customize the “Add” animation like so:
  • How can I code an app like this?
    1 project | /r/androidapps | 23 Feb 2021
    Probably uses a library of some sort for animations, the rest would be Recyclerviews and components normal to Android. The whole thing is set in a Fragment/ Tabbed Activity.

What are some alternatives?

When comparing DragDropSwipeRecyclerview and recyclerview-animators 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)

mtk-easy-su - Get bootless root access with few clicks.

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

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

sticky-headers-recyclerview - [UNMAINTAINED] Sticky Headers decorator for Android's RecyclerView

UltimateRecyclerView - A RecyclerView(advanced and flexible version of ListView in Android) with refreshing,loading more,animation and many other features.

twoway-view

InfiniteRecyclerView - A RecyclerView Adapter which allows you to have an Infinite scrolling list in your apps

SuperRecyclerView - Pumped up RecyclerView

CircularLayoutManager - Custom Layout Manager for Recycler View

RecyclerItemDecoration - ItemDecoration for RecyclerView using LinearLayoutManager for Android