I have been using the SeparatedListAdapter which is very well known and works perfectly, but it seems that I cannot use the addSection() to add a SimpleAdapter, because the
Added this line:
setListAdapter(_sla);
below the line:
_sla.addSection("Results", _resultsAdapter);