Get Selected Item Using Checkbox in Listview

前端 未结 9 819
醉酒成梦
醉酒成梦 2020-11-22 09:36

I am creating an Android application where I have a ListView that displays all of the applications that were installed in my mobile phone.

My ListView is customized,

9条回答
  •  故里飘歌
    2020-11-22 09:53

    [Custom ListView with CheckBox]

    If customlayout use checkbox, you must set checkbox focusable = false

    
    
    
      
      
    
                 // <---important
      
    
    
    

    Readmore : A ListView with Checkboxes (Without Using ListActivity)

提交回复
热议问题