DynamicRecyclerView VS android-advancedrecyclerview

Compare DynamicRecyclerView vs android-advancedrecyclerview and see what are their differences.

DynamicRecyclerView

Set of plugable extenstions for Android RecyclerView (by ismoli)

android-advancedrecyclerview

RecyclerView extension library which provides advanced features. (ex. Google's Inbox app like swiping, Play Music app like drag and drop sorting) (by h6ah4i)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
DynamicRecyclerView android-advancedrecyclerview
- 3
337 5,308
- -
0.0 0.0
about 7 years ago 8 months ago
Java Java
GNU General Public License v3.0 or later 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.

DynamicRecyclerView

Posts with mentions or reviews of DynamicRecyclerView. We have used some of these posts to build our list of alternatives and similar projects.

We haven't tracked posts mentioning DynamicRecyclerView yet.
Tracking mentions began in Dec 2020.

android-advancedrecyclerview

Posts with mentions or reviews of android-advancedrecyclerview. 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.)
  • A foss "PDF scanner", alternatives to CamScanner
    12 projects | /r/fossdroid | 30 Dec 2020
    Project: Advanced RecyclerView (RecyclerView extension library which provides advanced features) Copyright (C) 2015 Haruki Hasegawa License (Apache License Version 2.0) https://github.com/h6ah4i/android-advancedrecyclerview/blob/master/LICENSE
  • Factor Launcher 046
    1 project | /r/windowsphone | 20 Dec 2020
    I went through your code and found the chipslayoutmanager. I found out a bit more and came across this library advanced recyclerview This feels good, but still isn't the exact behaviour. I wonder who can help 🤒

What are some alternatives?

When comparing DynamicRecyclerView and android-advancedrecyclerview you can also consider the following projects:

CircularLayoutManager - Custom Layout Manager for Recycler View

LastAdapter - Don't write a RecyclerView adapter again. Not even a ViewHolder!

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

XRecyclerView - A RecyclerView that implements pullrefresh and loadingmore featrues.you can use it like a standard RecyclerView

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

RecyclerItemDecoration - ItemDecoration for RecyclerView using LinearLayoutManager for Android

SuperRecyclerView - Pumped up RecyclerView

RecyclerView-FlexibleDivider - Android library providing simple way to control divider items (ItemDecoration) of RecyclerView

RecyclerView-MultipleViewTypesAdapter - Android library defining adapter classes of RecyclerView to manage multiple view types

twoway-view