Example usage for android.widget ArrayAdapter subclass-usage

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

Introduction

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

Usage

From source file com.hybris.mobile.app.commerce.adapter.CartProductListAdapter.java

/**
 * Adapter for the products of the cart
 */
public class CartProductListAdapter extends ArrayAdapter<OrderEntry> {
    private static final String TAG = CartProductListAdapter.class.getCanonicalName();
    private List<OrderEntry> mProducts;

From source file smart.services.adapter.ManageCarsAdapter.java

public class ManageCarsAdapter extends ArrayAdapter<CarTest> {
    private Context context;
    private TextView brandNameTV, modelNameTV, yearTV, licenseNumberTV, colorTV, dialogYearTV;
    private LinearLayout editLayout, deleteLayout;
    private ArrayList<CarTest> carList = new ArrayList<CarTest>();
    private LayoutInflater inflator;

From source file com.javielinux.adapters.TweetsAdapter.java

public class TweetsAdapter extends ArrayAdapter<InfoTweet> {

    public static class ViewHolder {
        public ImageView avatarView;
        public ImageView tagMap;
        public ImageView tagConversation;

From source file net.scrumplex.sprummlbot.manager.AboutActivity.java

class AboutAdapter extends ArrayAdapter<Map.Entry<String, String>> {

    private Context context;

    public AboutAdapter(Context context, List<Map.Entry<String, String>> entries) {
        super(context, 0, entries);

From source file org.openhab.habdroid.ui.OpenHABWidgetSettingsAdapter.java

/**
 * This class provides openHAB widgets adapter for list view.
 * 
 * @author Victor Belov
 *
 */

From source file com.zia.freshdocs.widget.CMISAdapter.java

/**
 * Handles navigation of the repo via the CMIS api.
 * 
 * @author jsimpson
 *
 */

From source file org.openhab.habdroid.ui.OpenHABWidgetArrayAdapter.java

/**
 * This class provides openHAB widgets adapter for list view.
 * 
 * @author Victor Belov
 *
 */

From source file org.openhab.habdroid.ui.OpenHABWidgetAdapter.java

/**
 * This class provides openHAB widgets adapter for list view.
 */

public class OpenHABWidgetAdapter extends ArrayAdapter<OpenHABWidget> {
    public static final int TYPE_GENERICITEM = 0;

From source file com.zia.freshdocs.widget.adapter.CMISAdapter.java

/**
 * Handles navigation of the repo via the CMIS api.
 * 
 * @author jsimpson
 * 
 */

From source file com.juick.android.JuickMessagesAdapter.java

/**
 *
 * @author Ugnich Anton
 */
public class JuickMessagesAdapter extends ArrayAdapter<JuickMessage> {