Example usage for android.widget BaseExpandableListAdapter subclass-usage

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

Introduction

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

Usage

From source file eu.iescities.pilot.rovereto.roveretoexplorer.fragments.event.info.EventDetailInfoAdapter.java

public class EventDetailInfoAdapter extends BaseExpandableListAdapter {

    private static final DateFormat dateFormat = new SimpleDateFormat("dd/MM/yyyy");
    private static final DateFormat extDateFormat = new SimpleDateFormat("EEEEEE dd/MM/yyyy");
    private int elementSelected = -1;
    private boolean postProcAndHeader = true;

From source file de.luhmer.owncloudnewsreader.ListView.SubscriptionExpandableListAdapter.java

public class SubscriptionExpandableListAdapter extends BaseExpandableListAdapter {
    private final String TAG = getClass().getCanonicalName();

    private Context mContext;
    private DatabaseConnectionOrm dbConn;

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

/**
 * Adapter that displays Search results in an Expandable ListView
 */
public class SearchAdapter extends BaseExpandableListAdapter {
    private static final String TAG = "SearchAdapter";

From source file im.vector.adapters.VectorRoomSummaryAdapter.java

/**
 * An adapter which can display room information.
 */
public class VectorRoomSummaryAdapter extends BaseExpandableListAdapter {
    public interface RoomEventListener {
        void onPreviewRoom(MXSession session, String roomId);

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

/**
 * Adapter that displays Search results in an Expandable ListView
 */
public class SearchAdapter extends BaseExpandableListAdapter {
    private static final String TAG = "SearchAdapter";

From source file com.bt.download.android.gui.adapters.TransferListAdapter.java

/**
 * 
 * @author gubatron
 * @author aldenml
 * 
 */