List of usage examples for android.support.v4.app Fragment subclass-usage
From source file br.liveo.ndrawer.ui.fragment.MainFragment52.java
public class MainFragment52 extends Fragment { private boolean mSearchCheck; private static final String TEXT_FRAGMENT = "TEXT_FRAGMENT"; private StealInfoAdapter mStealAdapter; private ArrayList<StealInfo> mStealList;
From source file chinanurse.cn.nurse.Fragment_Nurse.EmployFragment.java
/** * Created by wzh on 2016/6/26. */ public class EmployFragment extends Fragment implements View.OnClickListener { private static final int GETCOMANYCERTIFY = 1;
From source file android.support.v17.leanback.app.BrandedSupportFragment.java
/** * Fragment class for managing search and branding using a view that implements * {@link TitleViewAdapter.Provider}. */ public class BrandedSupportFragment extends Fragment {
From source file ca.ualberta.cs.swapmyride.View.Tab2.java
/** * The view that displays the user inventory */ public class Tab2 extends Fragment { Button addInventory;
From source file at.wada811.imageslider.DebugFragment.java
public class DebugFragment extends Fragment { public static final String TAG = DebugFragment.class.getSimpleName(); private DebugFragmentCallback mCallback; public static interface DebugFragmentCallbackProvider {
From source file ch.bfh.sensordataprocessor.sensor.SensorDisplayFragment.java
/** * Displays the details of a sensor. */ public class SensorDisplayFragment extends Fragment implements SensorEventListener { private static final String TAG = "SensorDisplayFragment"; private static final String THETA = "\u0398";
From source file ca.ualberta.cmput301w14t08.geochan.fragments.ExpandImageFragment.java
/**
* Fragment responsible for displaying an image full screen
* Image is expanded upon clicking the comment thumbnail
*
* @author Artem Chikn
*/
From source file ca.ualberta.cs.cmput301w15t04team04project.FragmentMoments.java
public class FragmentMoments extends Fragment implements IXListViewListener { private XListView mListView; // private ClaimListAdapter mAdapter; private ClaimListAdapter mAdapter; // private ArrayList<Claim> items = new ArrayList<Claim>(); private ArrayList<Claim> Claims;
From source file app.philm.in.fragments.LoginFragment.java
public class LoginFragment extends Fragment implements UserController.UserUi, View.OnClickListener, TextView.OnEditorActionListener, RadioGroup.OnCheckedChangeListener { private static final String KEY_NEW_ACCOUNT = "new_account"; private UserController.UserUiCallbacks mCallbacks;
From source file bus_vn.gena.bus_vn.com.bus_vn.tabs.Tab_list_bus.java
public class Tab_list_bus extends Fragment implements AdapterView.OnItemClickListener { private GridView gridView; //?? ?+ private List<Map<String, Object>> dataList; private SimpleAdapter simpleAdapter; ArrayList<String> results = new ArrayList<String>();