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

  1. CircularLayoutManager

    Custom Layout Manager for Recycler View

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. UltimateRecyclerView

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

  4. sticky-headers-recyclerview

    Discontinued [UNMAINTAINED] Sticky Headers decorator for Android's RecyclerView

  5. android-advancedrecyclerview

    RecyclerView extension library which provides advanced features. (ex. Google's Inbox app like swiping, Play Music app like drag and drop sorting)

  6. mtk-easy-su

    Get bootless root access with few clicks.

  7. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  8. InfiniteRecyclerView

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

  9. RecyclerViewEnhanced

    Android Library to provide swipe, click and other functionality to RecyclerView

  10. Epoxy

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

  11. ItemAnimators

    ItemAnimators: Supercharged Animators for your RecyclerView

  12. RecyclerItemDecoration

    ItemDecoration for RecyclerView using LinearLayoutManager for Android

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 discussion

Log in or Post with

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.
  • 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.
  • A note from our sponsor - SaaSHub
    www.saashub.com | 9 Feb 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic recyclerview-animators repo stats
3
11,525
0.0
about 1 year ago

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that Kotlin is
the 17th most popular programming language
based on number of references?