ResourceCursorAdapter
abstract class ResourceCursorAdapter : CursorAdapter
kotlin.Any | |||
↳ | android.widget.BaseAdapter | ||
↳ | androidx.cursoradapter.widget.CursorAdapter | ||
↳ | androidx.cursoradapter.widget.ResourceCursorAdapter |
Static library support version of the framework's android.widget.ResourceCursorAdapter
. Used to write apps that run on platforms prior to Android 3.0. When running on Android 3.0 or above, this implementation is still used; it does not try to switch to the framework's implementation. See the framework SDK documentation for a class overview.
Summary
Inherited constants | |
---|---|
Public constructors | |
---|---|
Constructor the enables auto-requery. |
|
Constructor with default behavior as per |
|
Standard constructor. |
Public methods | |
---|---|
open View! |
newDropDownView(context: Context!, cursor: Cursor!, parent: ViewGroup!) |
open View! |
Inflates view(s) from the specified XML file. |
open Unit |
setDropDownViewResource(dropDownLayout: Int) Sets the layout resource of the drop down views. |
open Unit |
setViewResource(layout: Int) Sets the layout resource of the item views. |
Inherited functions | |
---|---|