PinnedHeaderListView Example

旧街凉风 提交于 2020-01-23 12:03:49

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!