列表视图的上下文操作模式

时间:2016-09-02 15:39:53

标签: android listview contextual-action-bar android-actionmode

(+):利弊 ( - ):缺点

  1. 为各个视图启用上下文操作模式:

    (+)可以通过单击特定视图来触发上下文操作栏(CAB)。

    ( - )不要提供onItemCheckedStateChanged()方法来设置listview中所选项目的标题。

  2. 在ListView或GridView中启用批量上下文操作:

    (+)提供onItemCheckedStateChanged()

    ( - )无法通过单击特定视图来触发CAB。

  3. 问题:我想通过点击特定视图(即菜单中的“选择”按钮)来触发CAB,并允许从列表视图中设置所选项目的标题。 如果有人能提供帮助,我非常感谢。谢谢!

0 个答案:

没有答案