Example usage for android.app Fragment subclass-usage

List of usage examples for android.app Fragment subclass-usage

Introduction

In this page you can find the example usage for android.app Fragment subclass-usage.

Usage

From source file com.adrguides.ReadGuideFragment.java

/**
 * Created by adrian on 19/08/13.
 */
public class ReadGuideFragment extends Fragment implements TTSFragment.PlayingListener {

    public final static String TAG = "LOCATION_FRAGMENT";

From source file com.google.sample.beaconservice.MainActivityFragment.java

/**
 * The MainActivityFragment is responsible for launching the account picker, ensuring the user has
 * given their permission for the app to use their account data, and starting the initial scan to
 * discover nearby Eddystone devices.
 */
public class MainActivityFragment extends Fragment {

From source file com.android.purenexussettings.BuildPropFragment.java

public class BuildPropFragment extends Fragment implements OnQueryTextListener {
    private RecyclerView recyclerView;
    private CoordinatorLayout mCoordLayout;
    private BuildPropRecyclerAdapter mAdapter;
    private ArrayList<Map<String, String>> mProplist;
    private boolean mHasRoom;

From source file com.hybris.mobile.app.commerce.fragment.CatalogMenuFragment.java

/**
 * Fragment for the catalog menu
 */
public class CatalogMenuFragment extends Fragment implements ResponseReceiver<CategoryHierarchy> {
    private static final String TAG = CatalogMenuFragment.class.getCanonicalName();

From source file com.jjcamera.apps.iosched.videolibrary.VideoLibraryFilteredFragment.java

/**
 * This Fragment displays all the videos of past Google I/O sessions. You can also filter them per
 * year and/or topics.
 */
public class VideoLibraryFilteredFragment extends Fragment
        implements UpdatableView<VideoLibraryModel>, CollectionViewCallbacks {

From source file com.karma.konnect.BeaconConfigFragment.java

/**
 * This fragment is the ui that the user sees when
 * they have entered the app's beacon configuration mode.
 * This ui is where the user can view the current configuration
 * of a beacon (including it's address and url)
 * and also allows the user to enter a new url for that beacon.

From source file com.adtdev.mtkutility.EPOFragment.java

public class EPOFragment extends Fragment {
    private View mV;

    // screen objects
    private TextView mEPOinfo;
    private EditText mFTP_IP;

From source file com.android.dialer.list.ListsFragment.java

/**
 * Fragment that is used as the main screen of the Dialer.
 *
 * Contains a ViewPager that contains various contact lists like the Speed Dial list and the
 * All Contacts list. This will also eventually contain the logic that allows sliding the
 * ViewPager containing the lists up above the search bar and pin it against the top of the

From source file com.sintef_energy.ubisolar.fragments.NavigationDrawerFragment.java

/**
 * Fragment used for managing interactions for and presentation of a navigation drawer.
 * See the <a href="https://developer.android.com/design/patterns/navigation-drawer.html#Interaction">
 * design guidelines</a> for a complete explanation of the behaviors implemented here.
 *
 *

From source file com.sbhstimetable.sbhs_timetable_android.NavigationDrawerFragment.java

/**
 * Fragment used for managing interactions for and presentation of a navigation drawer.
 * See the <a href="https://developer.android.com/design/patterns/navigation-drawer.html#Interaction">
 * design guidelines</a> for a complete explanation of the behaviors implemented here.
 */
public class NavigationDrawerFragment extends Fragment {