Previously, I implemented Google+ card liked animation (Video), by using technique mentioned in New Google Now and Google+ card interface
- Override
LinearLayout
'sonGlobalLayout
to start animation, so that when activity first launched, we can see the slide up animation of cards. - Override
ScrollView
'sonScrollChanged
to 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)