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>
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      View getView(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
    • Constructor Detail

    • Method Detail

      • getView

        @NonNull() View getView(int position, View convertView, @NonNull() ViewGroup parent)