I am trying to implement a list with sub headers that get fixed to the top of the list while you move down the list.. The same implementation as the GMAIL app when reading an email thread.. while the user moves down the list, the header of the email that’s being read sticks to the top of the screen and only moves away by another sub header of the same type.
Any idea of how to start implementing this?
Thanks!
This is what I was looking for:
http://code.google.com/p/romannurik-code/source/browse/misc/scrolltricks
thanks!