Android 列表视图
我创建了一个 Android 应用程序。在该应用程序中,当我单击列表视图项时,它应该显示在同一布局的另一个列表视图中。
这在安卓中可能吗?
I have created an android application. In that application when I click the listview item it should display in the another listview in the same layout.
Is this possible in android?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
好吧,快速片段:
Well, quick snippet:
不,您必须做出意图并将列表视图当前选定项目的变量传递给该意图并显示该项目的动态列表视图
No you have to make intent and pass the variables of the current selected item of the listview to that intent and display the dynamic listview for that Item