Reputation: 63
im trying to make a app that behaves similar to instagram. I have a listview and a header menu on top of the listview. When the user scrolls the listview the header menu should scroll out of view just like the blue header in instagram and come back down when the user scrolls up. Im not sure how to do this. Any help
Upvotes: 0
Views: 2595
Reputation: 1101
I've never used instagram but you could be looking for something like https://github.com/ksoichiro/Android-ObservableScrollView or https://github.com/eowise/recyclerview-stickyheaders
Upvotes: 1