在ListActivity中向ListView添加标题的标准方法
有没有一种简单的方法可以将节标题添加到列表视图。我已经做了一个自定义的,但这使得检测被选择的行变得更加困难。
Is there 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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这似乎不是解决这个问题的默认方法。最简单的方法是创建自定义适配器。 iOS 中的 UITableViews 确实是一个更好的实现:s
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