问题
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 ?
回答1:
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
来源:https://stackoverflow.com/questions/8789615/pinnedheaderlistview-example