ResourceCursorAdapter


public abstract class ResourceCursorAdapter
extends CursorAdapter

java.lang.Object
   ↳ android.widget.BaseAdapter
     ↳ android.widget.CursorAdapter
       ↳ android.widget.ResourceCursorAdapter


An easy adapter that creates views defined in an XML file. You can specify the XML file that defines the appearance of the views.

Summary

Inherited constants

Public constructors

<