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,
[Custom ListView with CheckBox]
If customlayout use checkbox, you must set checkbox focusable = false
// <---important
Readmore : A ListView with Checkboxes (Without Using ListActivity)