org.openintents.samples.presentpicker
Class PresentPicker.ContactListAdapter

java.lang.Object
  extended by CursorAdapter
      extended by org.openintents.samples.presentpicker.PresentPicker.ContactListAdapter
Enclosing class:
PresentPicker

public static class PresentPicker.ContactListAdapter
extends CursorAdapter


Constructor Summary
PresentPicker.ContactListAdapter(Context context, Cursor c)
           
 
Method Summary
 void bindView(View view, Context context, Cursor cursor)
           
 java.lang.String convertToString(Cursor cursor)
           
 View newView(Context context, Cursor cursor, ViewGroup parent)
           
 Cursor runQueryOnBackgroundThread(java.lang.CharSequence constraint)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PresentPicker.ContactListAdapter

public PresentPicker.ContactListAdapter(Context context,
                                        Cursor c)
Method Detail

newView

public View newView(Context context,
                    Cursor cursor,
                    ViewGroup parent)

bindView

public void bindView(View view,
                     Context context,
                     Cursor cursor)

convertToString

public java.lang.String convertToString(Cursor cursor)

runQueryOnBackgroundThread

public Cursor runQueryOnBackgroundThread(java.lang.CharSequence constraint)