Package com.my.target.nativeads.views
Class AppwallAdView.AppwallAdapter
-
- All Implemented Interfaces:
-
android.widget.Adapter,android.widget.Filterable,android.widget.ListAdapter,android.widget.SpinnerAdapter,android.widget.ThemedSpinnerAdapter
public class AppwallAdView.AppwallAdapter extends ArrayAdapter<T>
-
-
Field Summary
Fields Modifier and Type Field Description public final static intIGNORE_ITEM_VIEW_TYPEpublic final static intNO_SELECTION
-
Method Summary
Modifier and Type Method Description ViewgetView(int position, View convertView, @NonNull() ViewGroup parent)-
Methods inherited from class android.widget.ArrayAdapter
add, 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 -
Methods inherited from class android.widget.Adapter
getItem -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getView
@NonNull() View getView(int position, View convertView, @NonNull() ViewGroup parent)
-
-
-
-