org.botlibre.sdk.activity
Class AvatarsListAdapter

java.lang.Object
  extended by android.widget.BaseAdapter
      extended by android.widget.ArrayAdapter<AvatarConfig>
          extended by org.botlibre.sdk.activity.AvatarsListAdapter
All Implemented Interfaces:
android.widget.Adapter, android.widget.Filterable, android.widget.ListAdapter, android.widget.SpinnerAdapter

public class AvatarsListAdapter
extends android.widget.ArrayAdapter<AvatarConfig>


Field Summary
 
Fields inherited from interface android.widget.Adapter
IGNORE_ITEM_VIEW_TYPE, NO_SELECTION
 
Constructor Summary
AvatarsListAdapter(android.app.Activity activity, int resourceId, java.util.List<AvatarConfig> items)
           
 
Method Summary
 android.view.View getView(int position, android.view.View convertView, android.view.ViewGroup parent)
           
 
Methods inherited from class android.widget.ArrayAdapter
add, addAll, addAll, clear, createFromResource, getContext, getCount, getDropDownView, getFilter, getItem, getItemId, getPosition, insert, notifyDataSetChanged, remove, setDropDownViewResource, setNotifyOnChange, sort
 
Methods inherited from class android.widget.BaseAdapter
areAllItemsEnabled, getItemViewType, getViewTypeCount, hasStableIds, isEmpty, isEnabled, notifyDataSetInvalidated, registerDataSetObserver, unregisterDataSetObserver
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AvatarsListAdapter

public AvatarsListAdapter(android.app.Activity activity,
                          int resourceId,
                          java.util.List<AvatarConfig> items)
Method Detail

getView

public android.view.View getView(int position,
                                 android.view.View convertView,
                                 android.view.ViewGroup parent)
Specified by:
getView in interface android.widget.Adapter
Overrides:
getView in class android.widget.ArrayAdapter<AvatarConfig>