List of usage examples for android.widget BaseAdapter subclass-usage
From source file com.chute.android.photopickerplus.ui.adapter.AssetAccountAdapter.java
public class AssetAccountAdapter extends BaseAdapter implements ListenerAccountAssetsSelection { private static final int TYPE_MAX_COUNT = 2; private static LayoutInflater inflater; public ImageLoader loader;
From source file com.nextgis.maplibui.dialog.LocalResourcesListAdapter.java
/** * Adapter to represent folders and files */ public class LocalResourcesListAdapter extends BaseAdapter implements AdapterView.OnItemClickListener { protected ISelectResourceDialog mDialog; protected List<String> mCheckState;
From source file fr.cph.chicago.core.adapter.NearbyAdapter.java
/**
* Adapter that will handle nearby
*
* @author Carl-Philipp Harmant
* @version 1
*/
From source file com.getchute.android.photopickerplus.ui.adapter.AssetAccountAdapter.java
public class AssetAccountAdapter extends BaseAdapter implements ListenerAccountAssetsSelection { private static final int TYPE_MAX_COUNT = 2; private static LayoutInflater inflater; public Map<Integer, AccountMediaModel> tick;
From source file org.tomahawk.tomahawk_android.adapters.TomahawkListAdapter.java
/** * This class is used to populate a {@link se.emilsjolander.stickylistheaders.StickyListHeadersListView}. */ public class TomahawkListAdapter extends BaseAdapter implements StickyListHeadersAdapter { public static final int SHOW_QUERIES_AS_TOPHITS = 0;
From source file com.mb.kids_mind.Adapter.SimilarListAdapter.java
public class SimilarListAdapter extends BaseAdapter { private static final String TAG = "MainActivity"; private final Context mContext; ArrayList<SimilarItem> list; public ScreenSlidePagerAdapter mPagerAdapter; Hashtable<String, Integer> map = new Hashtable<String, Integer>();
From source file com.facebook.widget.GraphObjectAdapter.java
class GraphObjectAdapter<T extends GraphObject> extends BaseAdapter implements SectionIndexer { private static final int DISPLAY_SECTIONS_THRESHOLD = 1; private static final int HEADER_VIEW_TYPE = 0; private static final int GRAPH_OBJECT_VIEW_TYPE = 1; private static final int ACTIVITY_CIRCLE_VIEW_TYPE = 2; private static final int MAX_PREFETCHED_PICTURES = 20;
From source file com.supremainc.biostar2.base.BaseListAdapter.java
public abstract class BaseListAdapter<T> extends BaseAdapter implements OnItemClickListener { protected final String TAG = getClass().getSimpleName() + String.valueOf(System.currentTimeMillis()); protected Activity mContext; protected LayoutInflater mInflater; protected boolean mIsDestoy = false; protected ArrayList<T> mItems;
From source file it.ielettronica.TVS.MyListAdapterExt.java
public class MyListAdapterExt extends BaseAdapter { private List<StackSite> mItems; private LayoutInflater mInflater; private Spinner listLinks; StackSite stk; ImageLoader imageLoader;
From source file fr.cph.chicago.adapter.SearchAdapter.java
/**
* Adapter that will handle search
*
* @author Carl-Philipp Harmant
* @version 1
*/