This Adapter helps to show the List of Events. More...


Classes | |
| class | ViewHolder |
| Helps to show the categories in the SearchAdapter. | |
Public Member Functions | |
| SearchAdapter (Context context, ArrayList< CategoryNodeImpl > categoryList) | |
| Creates a SearchAdapter with a CategoryList that should be shown. More... | |
| int | getCount () |
| Object | getItem (int arg0) |
| long | getItemId (int arg0) |
| View | getView (int position, View convertView, ViewGroup parent) |
| Creates the ListView with categories and shows the name of them. | |
This Adapter helps to show the List of Events.
| unicopa.copa.app.gui.SearchAdapter.SearchAdapter | ( | Context | context, |
| ArrayList< CategoryNodeImpl > | categoryList | ||
| ) |
Creates a SearchAdapter with a CategoryList that should be shown.
| context | |
| eventList |
1.8.4