There is ListView with correct values:
public class FragmentTab1 extends SherlockFragment { ListView list; LazyAdapter adapter; @Override public void onViewCre
list.getChildAt(i) will be null if the child item is not visible. So check for null before use.
list.getChildAt(i)
So you cannot retrieve all checked items in this way.
Please post complete .xml and the definition of .