Standard way to add headers to ListView in ListActivity
Is 开发者_如何学Cthere a simple way to add Section headers to a list view. I've done a custom one, but it makes it much more difficult to detect which row that is getting selected.
It doesn't seem be be a default way to approach this. The easiest way is to create a custom adapter. UITableViews in iOS really is a better implementation :s
精彩评论