How can I implement this scrolling effect? As you see text is scrolling with delay. Can child view ignore or override scrolling by parent?
Asked
Active
Viewed 99 times
0
-
This is probably going to be needlessly difficult, as will be "pinning" the items to the top of the screen as shown. – Karakuri Jun 06 '16 at 13:48
-
1hey Victoriia is this related http://stackoverflow.com/questions/26724964/how-to-animate-recyclerview-items-when-they-appear ? – PedroAGSantos Jun 06 '16 at 15:32
-
1@PedroAGSantos no, it's not exactly what I need, but thank you. I decided to animate each view on start scroll and stop scroll, but I don't want to call notifydatasetchanged() while scrolling as recyclerview starts flickering and scrolling position is lost. – Viktoriia Chebotar Jun 06 '16 at 16:02