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 sx.tfr.openraid.Adapters.EventListAdapter.java

public class EventListAdapter extends BaseAdapter {

    Gson gson;
    Context context;
    ArrayList<Event> eventArrayList;
    private static LayoutInflater inflater = null;

From source file io.tehtotalpwnage.musicphp_android.AlbumListingAdapter.java

class AlbumListingAdapter extends BaseAdapter {
    private final String TAG = AlbumListingAdapter.class.getSimpleName();

    private Context context;
    private String sAddress;
    private String token;

From source file com.fastbootmobile.encore.app.adapters.HistoryAdapter.java

/**
 * Adapter to display the playback history
 */
public class HistoryAdapter extends BaseAdapter {
    private static final String TAG = "HistoryAdapter";

From source file com.oceansky.yellow.app.adapters.SongsListAdapter.java

/**
 * Adapter allowing to display a list of songs in a ListView
 */
public class SongsListAdapter extends BaseAdapter {
    /**
     * ViewHolder for the list items

From source file com.dm.wallpaper.board.adapters.CreditsAdapter.java

public class CreditsAdapter extends BaseAdapter {

    private final Context mContext;
    private final List<Credit> mCredits;
    private final DisplayImageOptions.Builder mOptions;

From source file com.example.pyrkesa.frag.ScenarioAdapter.java

/**
 * Created by pyrkesa on 02/02/2015.
 */
public class ScenarioAdapter extends BaseAdapter {

    private Context context1;

From source file com.example.run_tracker.CustomListAdapter.java

public class CustomListAdapter extends BaseAdapter implements OnClickListener {
    private static final String TAG = "myruns";
    private Activity activity;
    private LayoutInflater inflater;
    private List<Track> TrackItems;
    private String mToken;

From source file com.ubergeek42.WeechatAndroid.adapters.ChatLinesAdapter.java

public class ChatLinesAdapter extends BaseAdapter implements ListAdapter, BufferEye, AbsListView.OnScrollListener {

    private static Logger logger = LoggerFactory.getLogger("ChatLinesAdapter");
    final private static boolean DEBUG = false;

    private WeechatActivity activity = null;

From source file de.damdi.fitness.activity.start_training.TrainingEntryListAdapter.java

public class TrainingEntryListAdapter extends BaseAdapter {

    private FragmentActivity mActivity;
    private static LayoutInflater mInflater = null;

    private FitnessExercise mFEx;

From source file com.fastbootmobile.encore.app.adapters.SongsListAdapter.java

/**
 * Adapter allowing to display a list of songs in a ListView
 */
public class SongsListAdapter extends BaseAdapter {
    /**
     * ViewHolder for the list items