Previously, I implemented Google+ card liked animation (Video), by using technique mentioned in New Google Now and Google+ card interface
- Override
LinearLayout'sonGlobalLayoutto start animation, so that when activity first launched, we can see the slide up animation of cards. - Override
ScrollView'sonScrollChangedto start animation, so that during scrolling, we can see the newly visible cards being animated.
So far, I don't see any technique from RecylerView's example.
I was wondering, without using LinearLayout and ScrollView, can with achieve the same outcome, by using RecylerView? Is there any code example available? (So far, I unable to find one yet)