I need to select automatically all checkboxes when I launch my app in onViewCreated().
onViewCreated()
With this code:
@Override public void onViewCreated(V
Try with plAdapter.notifyDataSetChanged() after for loop ends. In adapter after set the value, you have to refresh the listview.