List of usage examples for android.app Fragment subclass-usage
From source file com.microsoft.projectoxford.face.samples.ui.Camera2BasicFragment.java
public class Camera2BasicFragment extends Fragment implements View.OnClickListener, FragmentCompat.OnRequestPermissionsResultCallback { /** * Conversion from screen rotation to JPEG orientation. */
From source file com.luke.lukef.lukeapp.fragments.MapViewFragment.java
/**
* Handles the Map view, fetches submissions, populates map with Submissions and Admin markers.
* <p>
* Using Google Maps requires a {@link MapFragment}. When the Fragment is created a conntection
* is made to Google api then the map needs to be instantiated using
* {@link MapFragment#getMapAsync(OnMapReadyCallback)}. When this is done, the method
From source file com.example.abrahamsofer.ident.Camera2Fragment.java
public class Camera2Fragment extends Fragment implements View.OnClickListener, FragmentCompat.OnRequestPermissionsResultCallback { /** * Conversion from screen rotation to JPEG orientation. */
From source file com.google.samples.apps.iosched.ui.SessionDetailFragment.java
/** * A fragment that shows detail information for a session, including session title, abstract, * time information, speaker photos and bios, etc. */ public class SessionDetailFragment extends Fragment implements LoaderManager.LoaderCallbacks<Cursor>, ObservableScrollView.Callbacks {
From source file com.github.chenxiaolong.dualbootpatcher.switcher.SwitcherListFragment.java
private static final String EXTRA_TASK_IDS_TO_REMOVE = "task_ids_to_reomve"; private static final String EXTRA_PERFORMING_ACTION = "performing_action"; private static final String EXTRA_SELECTED_ROM = "selected_rom"; private static final String EXTRA_ACTIVE_ROM_ID = "active_rom_id"; private static final String EXTRA_SHOWED_SET_KERNEL_WARNING = "showed_set_kernel_warning";
From source file com.example.camera2raw.Camera2RawFragment.java
/**
* A fragment that demonstrates use of the Camera2 API to capture RAW and JPEG photos.
* <p/>
* In this example, the lifecycle of a single request to take a photo is:
* <ul>
* <li>
From source file fiskinfoo.no.sintef.fiskinfoo.MyToolsFragment.java
/**
* A simple {@link Fragment} subclass.
* Activities that contain this fragment must implement the
* {@link MyToolsFragment.OnFragmentInteractionListener} interface
* to handle interaction events.
* Use the {@link MyToolsFragment#newInstance} factory method to
From source file de.sourcestream.movieDB.controller.CastDetails.java
/** * Cast details */ public class CastDetails extends Fragment implements ObservableScrollViewCallbacks { private MainActivity activity;
From source file com.example.testcamera.Camera2BasicFragmentTip.java
public class Camera2BasicFragmentTip extends Fragment implements View.OnClickListener, FragmentCompat.OnRequestPermissionsResultCallback { /** * Conversion from screen rotation to JPEG orientation. */
From source file com.example.camera2apidemo.Camera2BasicFragment.java
public class Camera2BasicFragment extends Fragment implements View.OnClickListener, FragmentCompat.OnRequestPermissionsResultCallback { /** * Conversion from screen rotation to JPEG orientation. */