Package fi.sportti.app
Class ExerciseSaveAdapter
- java.lang.Object
-
- android.widget.BaseAdapter
-
- android.widget.ArrayAdapter<java.lang.String>
-
- fi.sportti.app.ExerciseSaveAdapter
-
- All Implemented Interfaces:
android.widget.Adapter
,android.widget.Filterable
,android.widget.ListAdapter
,android.widget.SpinnerAdapter
,android.widget.ThemedSpinnerAdapter
public class ExerciseSaveAdapter extends android.widget.ArrayAdapter<java.lang.String>
Custom adapter for listview to display recorded data after recorded exercise.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.String[]
saveTopicArray
-
Constructor Summary
Constructors Constructor Description ExerciseSaveAdapter(android.content.Context context, int textViewResourceId, java.util.List<java.lang.String> exerciseDataList)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description android.view.View
getView(int position, android.view.View convertView, android.view.ViewGroup parent)
-
Methods inherited from class android.widget.ArrayAdapter
add, addAll, addAll, clear, createFromResource, getAutofillOptions, getContext, getCount, getDropDownView, getDropDownViewTheme, getFilter, getItem, getItemId, getPosition, insert, notifyDataSetChanged, remove, setDropDownViewResource, setDropDownViewTheme, setNotifyOnChange, sort
-
Methods inherited from class android.widget.BaseAdapter
areAllItemsEnabled, getItemViewType, getViewTypeCount, hasStableIds, isEmpty, isEnabled, notifyDataSetInvalidated, registerDataSetObserver, setAutofillOptions, unregisterDataSetObserver
-
-