List of usage examples for android.widget ListAdapter interface-usage
From source file com.licenta.android.licenseapp.contacts.GuardiansAdapter.java
/** * Created by oana.ilovan on 05.03.2016. */ public class GuardiansAdapter extends RealmBaseAdapter<Contact> implements ListAdapter { private Realm realm;
From source file org.ale.scanner.zotero.BibDetailJSONAdapter.java
public class BibDetailJSONAdapter extends BaseAdapter implements ListAdapter { private JSONObject mBacker; private ArrayList<String> mLabels; private int mNumFilledFields;
From source file nz.ac.otago.psyanlab.common.designer.util.LongSparseArrayAdapter.java
public class LongSparseArrayAdapter<T> extends BaseAdapter implements ListAdapter { private LayoutInflater mInflater; private LongSparseArray<T> mItems; private int mLayoutResId;
From source file org.dmfs.webcal.adapters.SectionTitlesAdapter.java
/**
* A wrapper for a {@link ListAdapter} that adds section titles. When you instantiate this wrapper you need to provide the wrapped {@link ListAdapter} and a
* {@link SectionIndexer} to identify the sections.
* <p>
* TODO: at present this class indexes all elements of the wrapped adapter, which might take some time. We probably can improve that by indexing the elements
* lazily (when they are accessed).
From source file org.angellist.angellistmobile.UserRolesJSONAdapter.java
public class UserRolesJSONAdapter extends BaseAdapter implements ListAdapter { private final Activity activity; private final JSONArray jsonArray; public ImageLoader imageLoader;
From source file net.xisberto.work_schedule.PeriodListAdapter.java
public class PeriodListAdapter implements ListAdapter { private Context context; private SparseArrayCompat<Period> periods; private boolean show_checkboxes; public PeriodListAdapter(Context context, SparseArrayCompat<Period> periods) {
From source file com.wit.android.support.database.adapter.LoaderAdapter.java
/**
* <h3>Interface Overview</h3>
* todo: description
*
* @author Martin Albedinsky
*/
From source file org.angellist.angellistmobile.FeedJSONAdapter.java
public class FeedJSONAdapter extends BaseAdapter implements ListAdapter { private final Activity activity; private final JSONArray jsonArray; public ImageLoader imageLoader;
From source file org.rssin.android.NavigationDrawerAdapter.java
/** * @author Jos. */ class NavigationDrawerAdapter implements ListAdapter { private static final int ITEM_VIEW_TYPE_NORMAL = 0; private static final int ITEM_VIEW_TYPE_SEPARATOR = 1;
From source file com.xandy.calendar.selectcalendars.SelectCalendarsSyncAdapter.java
public class SelectCalendarsSyncAdapter extends BaseAdapter implements ListAdapter, AdapterView.OnItemClickListener, OnCalendarColorsLoadedListener { private static final String TAG = "SelCalsAdapter"; private static final String COLOR_PICKER_DIALOG_TAG = "ColorPickerDialog"; private static int COLOR_CHIP_SIZE = 30;