Take the 2-minute tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free.

Targeting 2.3 - 4.2 I would like to implement the following effect (see image), basically a group list where next item header pushes the last one.

What would be the best approach?

enter image description here

share|improve this question

2 Answers 2

up vote 9 down vote accepted

you will have to use a 3rd party library to do this as this is not built into the SDK

StickyListHeaders does exactly what you want

share|improve this answer
    
Good to know, thanks! –  Jarvis May 21 '13 at 15:55
    
Super cool thanks :) –  Shlomi Schwartz May 21 '13 at 19:08

This question has been answered in SOF before. Take a look on this link

SOF QUESTION about Pinned Header List View

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.