public class DrawerListAdapter
extends BaseAdapter
Modifier and Type | Field and Description |
---|---|
(package private) Context |
mContext |
(package private) java.util.ArrayList<NavItem> |
mNavItems |
Constructor and Description |
---|
DrawerListAdapter(Context context,
java.util.ArrayList<NavItem> navItems) |
Modifier and Type | Method and Description |
---|---|
int |
getCount() |
java.lang.Object |
getItem(int position) |
long |
getItemId(int position) |
View |
getView(int position,
View convertView,
ViewGroup parent) |