Example usage for android.widget BaseAdapter subclass-usage

List of usage examples for android.widget BaseAdapter subclass-usage

Introduction

In this page you can find the example usage for android.widget BaseAdapter subclass-usage.

Usage

From source file com.coodesoft.notee.DataAdapter.java

public class DataAdapter extends BaseAdapter {

    private NoteeNetworkReply m_pNetworkReply = new NoteeNetworkReply();

    private Context context;
    private int itemRowResID;

From source file com.dm.material.dashboard.candybar.adapters.IntentAdapter.java

public class IntentAdapter extends BaseAdapter {

    private final Context mContext;
    private final List<IntentChooser> mApps;
    private final Request mRequest;

From source file com.vuze.android.remote.fragment.TorrentListAdapter.java

public class TorrentListAdapter extends BaseAdapter implements Filterable {
    public final static int FILTERBY_ALL = 8;

    public final static int FILTERBY_ACTIVE = 4;

    public final static int FILTERBY_COMPLETE = 9;

From source file com.pixate.freestyle.fragment.IconsFragment.java

/**
 * LayoutIconAdapter for icon grid views data
 */
class LayoutIconAdapter extends BaseAdapter {

    /** Mainframe Activity context */

From source file org.peterbaldwin.vlcremote.widget.TvShowsAdapter.java

public class TvShowsAdapter extends BaseAdapter implements OnClickListener {
    private LayoutInflater mInflater;
    private ArrayList<Object> items = new ArrayList<Object>();
    private Context context;

    public TvShowsAdapter(Context context) {

From source file com.xandy.calendar.selectcalendars.SelectCalendarsSimpleAdapter.java

public class SelectCalendarsSimpleAdapter extends BaseAdapter
        implements ListAdapter, OnCalendarColorsLoadedListener {
    private static final String TAG = "SelectCalendarsAdapter";
    private static final String COLOR_PICKER_DIALOG_TAG = "ColorPickerDialog";

    private static int BOTTOM_ITEM_HEIGHT = 64;

From source file uk.org.downiesoft.slideshow.ThumbnailAdapter.java

/** 
 *  class to load thumbnail images using a background task
 */
public class ThumbnailAdapter extends BaseAdapter {

    public static final String TAG = ThumbnailAdapter.class.getName();

From source file com.android.calendar.selectcalendars.SelectCalendarsSimpleAdapter.java

public class SelectCalendarsSimpleAdapter extends BaseAdapter
        implements ListAdapter, OnCalendarColorsLoadedListener {
    private static final String TAG = "SelectCalendarsAdapter";
    private static final String COLOR_PICKER_DIALOG_TAG = "ColorPickerDialog";

    private static int BOTTOM_ITEM_HEIGHT = 64;

From source file com.uf.togathor.adapters.GroupsListChatAdapter.java

/**
 * UsersAdapter
 * 
 * Adapter class for users.
 */

From source file com.motlee.android.adapter.ImageAdapter.java

public class ImageAdapter extends BaseAdapter {

    private final Context context;
    private final int resource;
    private final LayoutInflater inflater;