While navigating through Android Material Components, I came across this list loading animation.
I know a few libraries (e.g.ShimmerLayout, Facebook's Shimmer) which have horizontal loading animation. But it is not as smooth since it just renders the UI in a flash once you get the data. If you look at the animation in the video, it actually displays vertical shimmer and renders response one by one. I was wondering how can we achieve this effect.
You can set top to bottom shimming direction using facebook shimmer
did not test it but it should work