![]() |
BuildmLearn-Toolkit-Android
2.0.0
The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
|
Adapter used for showing menus in the side panel. More...


Public Member Functions | |
| NavigationDrawerMenuAdapter (Context context, LayoutInflater inflater) | |
| int | getCount () |
| Section | getItem (int position) |
| long | getItemId (int position) |
| View | getView (int position, View convertView, ViewGroup parent) |
Private Attributes | |
| final Section[] | sections = Section.values() |
| final LayoutInflater | inflater |
| final Context | context |
| int | currentSectionForegroundColor |
| int | currentSectionBackgroundColor |
Adapter used for showing menus in the side panel.
Created by Abhishek on 21/04/15.
| org.buildmlearn.toolkit.adapter.NavigationDrawerMenuAdapter.NavigationDrawerMenuAdapter | ( | Context | context, |
| LayoutInflater | inflater | ||
| ) |
| int org.buildmlearn.toolkit.adapter.NavigationDrawerMenuAdapter.getCount | ( | ) |
| Section org.buildmlearn.toolkit.adapter.NavigationDrawerMenuAdapter.getItem | ( | int | position | ) |
| long org.buildmlearn.toolkit.adapter.NavigationDrawerMenuAdapter.getItemId | ( | int | position | ) |
| View org.buildmlearn.toolkit.adapter.NavigationDrawerMenuAdapter.getView | ( | int | position, |
| View | convertView, | ||
| ViewGroup | parent | ||
| ) |
|
private |
|
private |
|
private |
|
private |
|
private |
1.8.11