类 CountryCodePickerAdapter

  • 所有已实现的接口:
    android.widget.Adapter, android.widget.ListAdapter, android.widget.SpinnerAdapter

    public class CountryCodePickerAdapter
    extends android.widget.BaseAdapter
    • 构造器详细资料

      • CountryCodePickerAdapter

        public CountryCodePickerAdapter​(List<Country> beans)
    • 方法详细资料

      • updateListView

        public void updateListView​(List<Country> beans)
      • getCount

        public int getCount()
      • getItem

        public Object getItem​(int position)
      • getItemId

        public long getItemId​(int position)
      • getView

        public android.view.View getView​(int position,
                                         android.view.View convertView,
                                         android.view.ViewGroup parent)