Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
Returns the adapter currently in use in this ListView. The returned adapter
might not be the same adapter passed to ListView.Adapter but
might be a Android.Widget.IWrapperListAdapter.
Set method documentation [Android Documentation]
Sets the data behind this ListView.
The adapter passed to this method may be wrapped by a Android.Widget.IWrapperListAdapter,
depending on the ListView features currently in use. For instance, adding
headers and/or footers will cause the adapter to be wrapped.