Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
您如何为自定义列表视图实现上下文操作栏以选择多个列表项?
我希望我的应用程序类似于Samsung Mobiles 中的联系人应用程序。
滚动联系人列表时,单击Menu -> Delete会为每个列表项添加复选框,并且操作栏上会出现一个临时覆盖。
Menu -> Delete
有人可以提供一些关于从哪里开始的指示吗?
由于我使用自定义布局和适配器使用自定义列表,因此没有使用范围listview.setChoiceMode();
listview.setChoiceMode();
您必须使用上下文菜单栏,看看这些教程:
http://wptrafficanalyzer.in/blog/creating-a-contextual-menu-bar-contextual-action-mode-for-a-listview-in-android/#comment-84075
http://androidperspective.wordpress.com/2013/04/17/contextual-action-bar-with-listview/