javaandroidandroid-recyclerviewandroid-nestedscrollview

Text view change when user scroll


Text view changes as user scroll the screen

How can i achieve something like that as shown in gif file above link... I have nested scroll view in activity and layout frame inside it, in which fragment is added.. That fragment contains multi recycler views and their title layout...I was unable to achieve this..please help


Solution

  • This effect called "Sticky Header" and you can achieve it without using third party libs. Here is tutorial and direct link to code