public class SessionsArrayAdapter extends ArrayAdapter<SessionItemModel>
Modifier and Type | Class and Description |
---|---|
(package private) static class |
SessionsArrayAdapter.ViewHolder |
Modifier and Type | Field and Description |
---|---|
private Activity |
context |
private List<SessionItemModel> |
list |
IGNORE_ITEM_VIEW_TYPE, NO_SELECTION
Constructor and Description |
---|
SessionsArrayAdapter(Activity context,
List<SessionItemModel> list) |
Modifier and Type | Method and Description |
---|---|
View |
getView(int position,
View convertView,
ViewGroup parent) |
add, addAll, addAll, clear, createFromResource, getContext, getCount, getDropDownView, getFilter, getItem, getItemId, getPosition, insert, notifyDataSetChanged, remove, setDropDownViewResource, setNotifyOnChange, sort
areAllItemsEnabled, getItemViewType, getViewTypeCount, hasStableIds, isEmpty, isEnabled, notifyDataSetInvalidated, registerDataSetObserver, unregisterDataSetObserver
private final List<SessionItemModel> list
private final Activity context
public SessionsArrayAdapter(Activity context, List<SessionItemModel> list)
public View getView(int position, View convertView, ViewGroup parent)
getView
in interface Adapter
getView
in class ArrayAdapter<SessionItemModel>