This Adapter helps to show the List of SingleEvents which belong to a before with the search found Event. More...


Classes | |
| class | ViewHolder |
| Helps to show the SingleEvents in the SearchResultSingleEventAdapter. | |
Public Member Functions | |
| SearchResultSingleEventAdapter (Context context, ArrayList< SingleEvent > eventList) | |
| Creates a SearchResultSingleEventAdapter with a SingleEventList 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 SingleEvents. More... | |
This Adapter helps to show the List of SingleEvents which belong to a before with the search found Event.
| unicopa.copa.app.gui.SearchResultSingleEventAdapter.SearchResultSingleEventAdapter | ( | Context | context, |
| ArrayList< SingleEvent > | eventList | ||
| ) |
Creates a SearchResultSingleEventAdapter with a SingleEventList that should be shown.
| context | |
| eventList |
| View unicopa.copa.app.gui.SearchResultSingleEventAdapter.getView | ( | int | position, |
| View | convertView, | ||
| ViewGroup | parent | ||
| ) |
Creates the ListView with SingleEvents.
The time and date to every SingleEvent are shown.
1.8.4