List of usage examples for android.support.v4.app Fragment subclass-usage
From source file ch.ethz.coss.nervousnet.sample.fragments.BaseFragment.java
public abstract class BaseFragment extends Fragment implements Updatable { public int type = 0; public BaseFragment() {
From source file ca.qc.bdeb.info.horus.ForecastFragment.java
/** * Encapsulates fetching the forecast and displaying it as a {@link ListView} layout. */ public class ForecastFragment extends Fragment implements LoaderManager.LoaderCallbacks<Cursor> { public static final String LOG_TAG = ForecastFragment.class.getSimpleName(); // These indices are tied to FORECAST_COLUMNS. If FORECAST_COLUMNS changes, these
From source file bbct.android.common.activity.FilterCards.java
public class FilterCards extends Fragment { private static final String FILTERED_LIST = "Filtered List"; private static final String INPUT_EXTRA = "input"; public static final String BRAND_EXTRA = "brand";
From source file br.com.frs.foodrestrictions.FoodMessages.java
public class FoodMessages extends Fragment implements AdapterView.OnItemSelectedListener { private final FoodIconList foodIconList; private List<FoodIconItem> restrictList; private LinearLayout llAllergic; private LinearLayout llDontEat;
From source file cn.com.incito.driver.UI.detailDialog.CountryFragment.java
@SuppressLint("ValidFragment") public class CountryFragment extends Fragment { private int[] countyOfBeiJing = { R.array.beijin_city_item }; private int[] countyOfTianJing = { R.array.tianjin_city_item }; private int[] countyOfHeBei = { R.array.shijiazhuang_city_item, R.array.tangshan_city_item,
From source file android.car.cluster.sample.NavigationFragment.java
public class NavigationFragment extends Fragment { private final static String TAG = "Cluster.NavigationFragment"; private SurfaceView mSurfaceView; private DisplayManager mDisplayManager; private Rect mUnobscuredBounds;
From source file cn.chenzhongjin.realmsample.ui.base.BaseLazyFragment.java
/**
* @author chenzj
* @Title: BaseFragment
* @Description: ?? - baseFragment.?Eventbus.Log.sweetDialog
* @date 2015-6-28
* @email chenzhongjin@vip.qq.com
From source file ch.usz.c3pro.questionnaire.QuestionnaireFragment.java
/**
* The QuestionnaireFragment will represent and manage a FHIR Questionnaire. It will start a
* ResearchStack ViewTaskActivity to ask the user for their answers, so the ViewTaskActivity is
* declared in the library's AndroidManifest. Fragments need to be added to the FragmentManager of the
* parent activity.
*/
From source file at.alladin.rmbt.android.loopmode.measurement.MeasurementDetailsFragment.java
public class MeasurementDetailsFragment extends Fragment { public static interface MeasurementDetailsItem extends DetailsListItem { boolean isRunning(); boolean isDone();
From source file adventure_fragments.Running.java
/**
* Copyright 2015 Stuart Lachlan Townley
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at