List of usage examples for android.widget ArrayAdapter subclass-usage
From source file kr.co.generic.wifianalyzer.wifi.ChannelRatingAdapter.java
class ChannelRatingAdapter extends ArrayAdapter<WiFiChannel> implements UpdateNotifier { private static final int MAX_CHANNELS_TO_DISPLAY = 10; private final TextView bestChannels; private ChannelRating channelRating;
From source file com.heinrichreimersoftware.materialdrawer.adapter.DrawerProfileAdapter.java
/** * Adapter to be used with {@link com.heinrichreimersoftware.materialdrawer.DrawerView} to display a list of drawer items. */ public class DrawerProfileAdapter extends ArrayAdapter<DrawerProfile> { private DrawerTheme drawerTheme;
From source file com.gammalabs.wifianalyzer.wifi.ChannelRatingAdapter.java
class ChannelRatingAdapter extends ArrayAdapter<WiFiChannel> implements UpdateNotifier { private static final int MAX_CHANNELS_TO_DISPLAY = 10; private final TextView bestChannels; private ChannelRating channelRating;
From source file com.farmerbb.taskbar.adapter.StartMenuAdapter.java
public class StartMenuAdapter extends ArrayAdapter<AppEntry> { private boolean isGrid = false; public StartMenuAdapter(Context context, int layout, List<AppEntry> list) { super(context, layout, list);
From source file it.uniroma3.android.gpstracklogger.adapters.AdapterTrack.java
/** * Created by Fabio on 31/05/2015. */ public class AdapterTrack extends ArrayAdapter<Track> { private Activity activity; private List<Track> lTrack;
From source file org.sirimangalo.meditationplus.AdapterCommit.java
/** * Created by noah on 10/15/14. */ public class AdapterCommit extends ArrayAdapter<JSONObject> { private final List<JSONObject> values;
From source file com.vrem.wifianalyzer.wifi.channelrating.ChannelRatingAdapter.java
class ChannelRatingAdapter extends ArrayAdapter<WiFiChannel> implements UpdateNotifier { private static final int MAX_CHANNELS_TO_DISPLAY = 10; private final TextView bestChannels; private ChannelRating channelRating;
From source file com.aibasis.parent.adapter.ChatAllHistoryAdapter.java
/** * ?adpater * */ public class ChatAllHistoryAdapter extends ArrayAdapter<EMConversation> {
From source file com.dlam.adapter.ChatAllHistoryAdapter.java
/** * ?adpater * */ public class ChatAllHistoryAdapter extends ArrayAdapter<EMConversation> {
From source file com.hybris.mobile.adapter.FormAdapter.java
public class FormAdapter extends ArrayAdapter<Object> implements ActionGo { private static final String LOG_TAG = FormAdapter.class.getSimpleName(); public static interface FocusChangeListner { public void fieldsValidated(); }