SuperRecyclerView
recyclerview-animators
Our great sponsors
SuperRecyclerView | recyclerview-animators | |
---|---|---|
0 | 2 | |
2,654 | 11,013 | |
- | - | |
0.0 | 0.3 | |
over 2 years ago | over 1 year ago | |
Java | Kotlin | |
- | Apache License 2.0 |
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.
SuperRecyclerView
We haven't tracked posts mentioning SuperRecyclerView yet.
Tracking mentions began in Dec 2020.
recyclerview-animators
-
Animations and Performance in Nested RecyclerViews
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?
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?
mtk-easy-su - Get bootless root access with few clicks.
UltimateRecyclerView - A RecyclerView(advanced and flexible version of ListView in Android) with refreshing,loading more,animation and many other features.
Epoxy - Epoxy is an Android library for building complex screens in a RecyclerView
Fuck-Storage-Access-Framework - Fuck Storage Access Framework (or just FSAF) is a handy library that hides away from you all the annoying parts of the Storage Access Framework (like DocumentTrees / DocumentIds / DocumentFiles / DocumentContracts and other bullshit) leaving only an API that is similar to good-old Java File API
sticky-headers-recyclerview - [UNMAINTAINED] Sticky Headers decorator for Android's RecyclerView
android-advancedrecyclerview - RecyclerView extension library which provides advanced features. (ex. Google's Inbox app like swiping, Play Music app like drag and drop sorting)
header-decor - A couple of sticky header decorations for android's recycler view.
CircularLayoutManager - Custom Layout Manager for Recycler View
recyclerview-binder - Android library for RecyclerView to manage order of items and multiple view types.
Google Places AutoComplete EditText - A simple library that can connect your autocomplete edittext to Google places api