AnimatedRecyclerView
AnimatedRecyclerView copied to clipboard
How to animate every time the item visible ?
First, thanks for this great library. As title, i want item only animate every time it is visible. What should I do ? Thanks.
@SerhiyPetrosyuk Can you help me ?
So, waht do you exectly mean every time the item visible? As an idea, you can put your recycler in a method that you call in onCreate() and than when you add an item to your recycler, you have to call that method one more time. This works in my case. Otherwise, please provide more details and let's get it done together.