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().
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
--Update--
The issue I had was that I did not call - scheduleLayoutAnimation().