The methods of Android.Widget.BaseAdapter are listed below. For a list of all members, see the BaseAdapter Members list.
See Also: Inherited members from Java.Lang.Object
AreAllItemsEnabled()Indicates whether all the items in this adapter are enabled. | ||
GetDropDownView(int, Android.Views.View, Android.Views.ViewGroup) | ||
abstract | GetItem(int)Documentation for this section has not yet been entered. | |
abstract | GetItemId(int)Documentation for this section has not yet been entered. | |
GetItemViewType(int)Get the type of View that will be created by Adapter.getView(int, android.view.View, android.view.ViewGroup) for the specified item. | ||
abstract | GetView(int, Android.Views.View, Android.Views.ViewGroup)Documentation for this section has not yet been entered. | |
IsEnabled(int)Returns true if the item at the specified position is not a separator. | ||
NotifyDataSetChanged()Notifies the attached observers that the underlying data has been changed and any View reflecting the data set should refresh itself. | ||
NotifyDataSetInvalidated()Notifies the attached observers that the underlying data is no longer valid or available. | ||
RegisterDataSetObserver(Android.Database.DataSetObserver)Register an observer that is called when changes happen to the data used by this adapter. | ||
UnregisterDataSetObserver(Android.Database.DataSetObserver)Unregister an observer that has previously been registered with this adapter via Adapter.registerDataSetObserver(android.database.DataSetObserver). |