sara roberts
sara roberts

Reputation: 63

Instagram like scroll header

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

Answers (1)

Lachlan Goodhew-Cook
Lachlan Goodhew-Cook

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

Related Questions