Android 列表视图项目和菜单
在我的 Android 应用程序中,我有一个显示用户联系人的列表视图。我需要实现一个选项菜单,其中有一个菜单项名称“添加到收藏夹”,它将从列表视图中将选定的联系人添加到收藏夹列表。
我正在努力解决如何从列表视图中跟踪所选项目以添加到收藏夹列表。此外,“添加到收藏夹”菜单项仅应在我们按下菜单按钮并且选择了列表视图中的项目时才显示。因为页面中存在其他按钮,并且只有它应该显示以将联系人添加到收藏夹列表。
In my android application I have a listview that displaying user contacts. I need to implement a option menu that has a menu item Name "Add to favourites" which will add the selected contact from the listview to favourites list.
I am strugling of how to track the selected item from the listview to add to favourite list. Also The "Add to favourites" menu item should only display only when we press the menu button and if an Item in the listview have selected. Because there exists other buttons and all in the page and only it should display to add a contact to favourites list.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)