ListActivity 和 onListItemClick 功能中的多个列表(或解决方法?)
我知道 ListActivity
让我可以使用 onListItemClick
。 另一方面,在正常的 Activity 中,我可以包含多个列表,并通过 ViewFlipper 轻松切换+动画。
所以。我可以让它一起工作吗?
[已解决]是的! ... 工具为王。删除了我的代码以尽量减少混乱。
I know that ListActivity
gives me the possibility to use onListItemClick
.
On the other hand in a normal Activity
i can include multiple lists and make easy switching+animation through a ViewFlipper
.
So. Can i make it work alltogether?
[Solved] Yes! ... implements are the kings. Deleted my code to minimize confusion.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否尝试过让您的 Activity 实现 OnItemClickListener,然后将列表的 onItemClickListener 设置为该活动? IE
Have you tried having your Activity implement OnItemClickListener and then set your lists' onItemClickListener to the activity? I.e.