taevanbat
taevanbat

Reputation: 435

How can I recreate an Instagram like scroll where the post information remains at the top until the next post reaches the top on Android?

I want to recreate the Instagram scroll on Android. How can I do that? If you've never tried out Instagram, basically think of the "Alphabetical ordering" when you scroll through music on iPhones. You're scrolling through a bunch of songs which start with the letter "A". The letter A stays at the top of the screen until all songs that start with A are not on the display. The letter "B" pushes it away. How can I create something like this on Android?

Upvotes: 2

Views: 877

Answers (1)

jul
jul

Reputation: 37474

Try Peter Kuterna's Pinned Header ListView.

Upvotes: 4

Related Questions