Xamarin.Android - Labelled Sections

The Labelled Sections demo is a port from the Alphabetically ordered ListView with labelled sections sample, with some changes to follow .NET conventions.

The ListItemInterface interface is the IHasLabel interface.

The ListItemObject class is the ListItemValue class.

The ListItemContainer class is the ListItemCollection class.

The ListWithHeaders activity is the Activity1 activity.

The res/layout XML files are unchanged, though list_item.xml has been renamed to ListItem.axml and list_header.xml has been renamed to ListHeader.axml.

The SeparatedListAdapter type is the SeparatedListAdapter type.