Documentation for this section has not yet been entered.
Returns an array of objects representing sections of the list. The returned array and its contents should be non-null.
The list view will call toString() on the objects to get the preview text to display while scrolling. For example, an adapter may return an array of Strings representing letters of the alphabet. Or, it may return an array of objects whose toString() methods return their section titles.