List Inside List的实现
我一直在努力寻找正确的答案,但找不到明确的答案。
我有一个使用自定义 ArrayAdapter 的项目列表。 现在每个项目都有点击监听器。 我想添加另一个列表,这样当有人点击其中一个时间时,就会弹出另一个列表。
现在我应该如何实现第二个列表?我应该以某种方式将它组合到当前的 ArrayAdapter 中并包装 Activity 吗?我应该为第二个列表创建单独的自定义适配器和活动吗?
我还看到了一些关于ViewSwitcher的内容,这就是这个问题的答案吗?
有什么想法吗?
谢谢, 射线。
I've been trying to look for the right answer, but couldn't find something clear.
I have a list of items, using custom ArrayAdapter.
Now each Item has click listener.
I want to add another list, so when someone clicks on one of the times, another list will pop up.
Now how should I implement the second list? should I combine it somehow in the current ArrayAdapter and it's wrapping Activity? Should I create a separate Custom adapter and activity for the second list?
I have also seen something about ViewSwitcher, is that the answer to this question?
Any ideas?
Thanks,
ray.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你看过 ExpandableList 吗?
我认为这可能是您正在寻找的行为。
Have you looked at ExpandableList?
I think this might be the behaviour you are looking for.