Results 1 comments of Miķelis Kaņeps

There is possibility to hide all headings, for example depending on item count(10) , if you use this logic if(fullList.size()>9){ mListView.setAdapter(adapter); }else{ mListView.getWrappedList().setAdapter(adapter); // This is the main point }...