recyclerview-animators

An Android Animation library which easily add itemanimator to RecyclerView items. (by wasabeef)

Recyclerview-animators Alternatives

Similar projects and alternatives to recyclerview-animators

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better recyclerview-animators alternative or higher similarity.

recyclerview-animators reviews and mentions

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.
  • 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:

Stats

Basic recyclerview-animators repo stats
3
11,351
0.0
11 months ago
Learn any GitHub repo in 59 seconds
Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
getonboard.dev