- recyclerview-animators VS mtk-easy-su
- recyclerview-animators VS Epoxy
- recyclerview-animators VS UltimateRecyclerView
- recyclerview-animators VS sticky-headers-recyclerview
- recyclerview-animators VS twoway-view
- recyclerview-animators VS InfiniteRecyclerView
- recyclerview-animators VS SuperRecyclerView
- recyclerview-animators VS android-advancedrecyclerview
- recyclerview-animators VS CircularLayoutManager
- recyclerview-animators VS RecyclerItemDecoration
Recyclerview-animators Alternatives
Similar projects and alternatives to recyclerview-animators
-
-
Epoxy
Epoxy is an Android library for building complex screens in a RecyclerView
-
Appwrite
Appwrite - The open-source backend cloud platform. Add Auth, Databases, Functions, and Storage to your product and build any application at any scale while using your preferred coding languages and tools.
-
UltimateRecyclerView
A RecyclerView(advanced and flexible version of ListView in Android) with refreshing,loading more,animation and many other features.
-
sticky-headers-recyclerview
[UNMAINTAINED] Sticky Headers decorator for Android's RecyclerView
-
InfiniteRecyclerView
A RecyclerView Adapter which allows you to have an Infinite scrolling list in your apps
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
android-advancedrecyclerview
RecyclerView extension library which provides advanced features. (ex. Google's Inbox app like swiping, Play Music app like drag and drop sorting)
-
CircularLayoutManager
Custom Layout Manager for Recycler View
-
-
ItemAnimators
ItemAnimators: Supercharged Animators for your RecyclerView
-
RecyclerItemDecoration
ItemDecoration for RecyclerView using LinearLayoutManager for Android
recyclerview-animators reviews and mentions
-
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:
Stats
wasabeef/recyclerview-animators is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of recyclerview-animators is Kotlin.