How to disable the particular list item in list-view in android?

后端 未结 6 722
陌清茗
陌清茗 2021-02-05 13:40

How to disable the particular list item in list-view in android? I mean if once i selected any one of item from a list-view,that item suppose to be disabled which means that ite

6条回答
  •  难免孤独
    2021-02-05 14:23

    Try overriding BaseAdapter.isEnabled() in your adapter, and calling this method from your onItemClick().

提交回复
热议问题