Uses of Interface
android.widget.Adapter

Packages that use Adapter
android.widget   
 

Uses of Adapter in android.widget
 

Classes in android.widget with type parameters of type Adapter
 class AdapterView<T extends Adapter>
           
 

Subinterfaces of Adapter in android.widget
 interface ListAdapter
           
 interface SpinnerAdapter
           
 interface WrapperListAdapter
           
 

Classes in android.widget that implement Adapter
 class ArrayAdapter<T>
           
 class BaseAdapter
           
 class CursorAdapter
           
 class HeaderViewListAdapter
           
 class ResourceCursorAdapter
           
 class SimpleAdapter
           
 class SimpleCursorAdapter
           
 



Copyright © 2008-2010. All Rights Reserved.