I want to implement a listview with section headers similar to the one found in android mobile contacts, in which the section headers do not scroll while scrolling the contents inside the header.
I found out that something like a PinnedHeaderListView has to be implemented.
Does anybody have ant example on how to develop a PinnedHeaderListView ?
I want to implement a listview with section headers similar to the one found
Share
Check out this Project using SVN from this link PinnedHeaderListView
You will get sample App , inside that Click on Speakers there you can see PinnedHeaderListView same as that of in iPhone..
Also refer this Link