List of usage examples for android.app Fragment subclass-usage
From source file com.microsoft.onedrive.apiexplorer.ItemFragment.java
/** * Handles interacting with Items on OneDrive */ @SuppressWarnings("ConstantConditions") public class ItemFragment extends Fragment implements AbsListView.OnItemClickListener {
From source file com.example.android.littleblack.CameraFragment.java
public class CameraFragment extends Fragment implements View.OnClickListener, FragmentCompat.OnRequestPermissionsResultCallback { /** * Conversion from screen rotation to JPEG orientation. */
From source file com.hybris.mobile.app.commerce.fragment.ProductDetailFragmentBase.java
/** * Container that handle_anchor the details information for a specific product */ public abstract class ProductDetailFragmentBase extends Fragment { protected static final String TAG = ProductDetailFragmentBase.class.getCanonicalName();
From source file com.ncode.android.apps.schedo.ui.EventsFragment.java
/** * A {@link android.app.ListFragment} showing a list of events. The fragment arguments * indicate what is the list of events to show. It may be a set of tag * filters or a search query. */ public class EventsFragment extends Fragment
From source file com.mygaadi.imageselectorlibrary.camera2.Camera2BasicFragment.java
public class Camera2BasicFragment extends Fragment implements View.OnClickListener, FragmentCompat.OnRequestPermissionsResultCallback { /** * Conversion from screen rotation to JPEG orientation. */
From source file com.example.zhang1ks.testbottombar.Camera2BasicFragment.java
public class Camera2BasicFragment extends Fragment implements View.OnClickListener, FragmentCompat.OnRequestPermissionsResultCallback { /** * Conversion from screen rotation to JPEG orientation. */
From source file com.saarang.samples.apps.iosched.ui.SessionsFragment.java
/** * A {@link ListFragment} showing a list of sessions. The fragment arguments * indicate what is the list of sessions to show. It may be a set of tag * filters or a search query. */ public class SessionsFragment extends Fragment
From source file com.ncode.android.apps.schedo.ui.SessionsFragment.java
/** * A {@link ListFragment} showing a list of sessions. The fragment arguments * indicate what is the list of sessions to show. It may be a set of tag * filters or a search query. */ public class SessionsFragment extends Fragment
From source file com.mikhaellopez.dualshot.controller.fragment.Camera2BasicFragment.java
public class Camera2BasicFragment extends Fragment implements FragmentCompat.OnRequestPermissionsResultCallback { public static final String FRONT_FILE_NAME = "pic_front.jpg"; public static final String BACK_FILE_NAME = "pic_back.jpg"; public static final String ARG_CAMERA_FRONT = "arg-camera-front";
From source file com.google.samples.apps.sergio.ui.SessionsFragment.java
/** * A {@link ListFragment} showing a list of sessions. The fragment arguments * indicate what is the list of sessions to show. It may be a set of tag * filters or a search query. */ public class SessionsFragment extends Fragment