开发者

Standard way to add headers to ListView in ListActivity

开发者 https://www.devze.com 2023-04-06 04:54 出处:网络
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

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

0

精彩评论

暂无评论...
验证码 换一张
取 消