每个列表项有多个按钮的 ListActivity
我想创建一个 ListActivity,其排列方式与通常的列表不同:它应该在每个列表行上包含多个可选项目(更准确地说是图像按钮)。
这些项目将使用游标从 SQLite 数据库加载。
我的问题是:
- 我不确定是否应该使用 ListActivity 来实现此功能。它看起来像一个列表,但具有自定义设计和行为,所以如果有人可以建议任何其他方式来实现它。
- 假设我可以使用 ListActivity,我不知道我该怎么做。到目前为止,所有示例均引用每行仅包含一项的列表。
谢谢 !
I would like to create an ListActivity that's arranged somehow different than a usual list: it should contain, on each list row, multiple selectable items (image buttons to be more precise).
The items will be loaded from a SQLite db using a cursor.
My questions are:
- I'm not sure I should use a ListActivity for this functionality. It looks like a List, but with custom design and behavior, so if anybody can suggest any other way to do it..
- Assuming I can use a ListActivity, what I can't figure out is how can I do it. All the examples so far refer to list with only one item per row.
Thank you !
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
:自定义 ListView
: Custom ListView