patrick-elmquist / Demo-RecyclerViewEnterAnimation

Demo project for a blog post
https://proandroiddev.com/enter-animation-using-recyclerview-and-layoutanimation-part-1-list-75a874a5d213
302 stars 90 forks source link

GridRecyclerView No Animation. #2

Closed exc414 closed 6 years ago

exc414 commented 6 years ago

Hello,

I found your tutorial on : https://proandroiddev.com/enter-animation-using-recyclerview-and-layoutanimation-part-2-grids-688829b1d29b

I tried implementing in an application where I have a grid recyclerview. However, no animation is executed when the application is started. I tried debugging and saw that

    protected void attachLayoutAnimationParameters(View child, ViewGroup.LayoutParams params,
                                                   int index, int count)

--Update--

The issue I had was that I did not call - scheduleLayoutAnimation().