List of usage examples for android.app ListFragment subclass-usage
From source file com.sawyer.advadapters.app.adapters.jsonadapter.UnitTestJSONArrayFragment.java
public class UnitTestJSONArrayFragment extends ListFragment { private static final String STATE_CAB_CHECKED_COUNT = "State Cab Checked Count"; private static final String STATE_LIST = "State List"; private int mCheckedCount; private EventListener mEventListener;
From source file org.onebusaway.android.ui.MyListFragmentBase.java
/**
* Base class for the stop/route list fragments.
* Immediate base class for MyStopListFragmentBase/MyRouteListFragmentBase
* Ancestor of:
* MyRecentRoutesFragment
* MyRecentStopsFragment
From source file com.google.samples.apps.iosched.myschedule.MyScheduleSingleDayFragment.java
/** * This is used by the {@link android.support.v4.view.ViewPager} used by the narrow layout in {@link * MyScheduleActivity}. It is a {@link ListFragment} that shows schedule items for a day, using * {@link MyScheduleDayAdapter} as its data source. */ public class MyScheduleSingleDayFragment extends ListFragment
From source file club.frickel.feelathome.DeviceFragment.java
public class DeviceFragment extends ListFragment { private String deviceID = null; private ObjectMapper mapper; private class EffectsHandler extends AsyncTask<Void, Void, ArrayList<Effect>> {
From source file com.sawyer.advadapters.app.adapters.nfjsonadapter.NFJSONAdapterFragment.java
public class NFJSONAdapterFragment extends ListFragment { private static final String STATE_CAB_CHECKED_COUNT = "State Cab Checked Count"; private static final String STATE_LIST = "State List"; private int mCheckedCount; private EventListener mEventListener;
From source file com.considine.letseat.DistanceListFragment.java
/** * This fragment displays a list of distances and travel times from a location */ public class DistanceListFragment extends ListFragment { // Defines a tag for identifying log entries
From source file com.sawyer.advadapters.app.adapters.nfjsonadapter.UnitTestJSONArrayFragment.java
public class UnitTestJSONArrayFragment extends ListFragment { private static final String STATE_CAB_CHECKED_COUNT = "State Cab Checked Count"; private static final String STATE_LIST = "State List"; private int mCheckedCount; private EventListener mEventListener;
From source file com.otaupdater.KernelTab.java
public class KernelTab extends ListFragment { protected static final String KEY_TITLE = "title"; protected static final String KEY_SUMMARY = "summary"; protected static final String KEY_ICON = "icon"; private final ArrayList<HashMap<String, Object>> DATA = new ArrayList<HashMap<String, Object>>();
From source file com.otaupdater.ROMTab.java
public class ROMTab extends ListFragment { protected static final String KEY_TITLE = "title"; protected static final String KEY_SUMMARY = "summary"; protected static final String KEY_ICON = "icon"; private final ArrayList<HashMap<String, Object>> DATA = new ArrayList<HashMap<String, Object>>();
From source file com.royclarkson.springagram.GalleryListFragment.java
/** * {@link ListFragment} that displays a list of {@link GalleryResource}s * * @author Roy Clarkson */ public class GalleryListFragment extends ListFragment {