List of usage examples for android.app Fragment subclass-usage
From source file com.microsoft.onedrive.apiexplorer.DeltaFragment.java
/** * Shows the changes of the decedents of an item */ public class DeltaFragment extends Fragment { /**
From source file com.luorrak.ouroboros.thread.ThreadFragment.java
/**
* Ouroboros - An 8chan browser
* Copyright (C) 2015 Luorrak
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
From source file blackman.matt.infinitebrowser.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 {
From source file com.SpitsinStafichuk.vkazam_remastered.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.
*
* @author Michael Spitsin
From source file com.hybris.mobile.app.commerce.fragment.StoreDetailsFragment.java
/** * Fragment for the store details page */ public class StoreDetailsFragment extends Fragment implements ResponseReceiver<PointOfService> { private static final String TAG = StoreDetailsFragment.class.getCanonicalName();
From source file cn.edu.wyu.documentviewer.RecentsCreateFragment.java
/** * Display directories where recent creates took place. */ public class RecentsCreateFragment extends Fragment { private View mEmptyView;
From source file com.appdevper.mediaplayer.ui.PlaybackControlsFragment.java
/** * A class that shows the Media Queue to the user. */ public class PlaybackControlsFragment extends Fragment { private static final String TAG = LogHelper.makeLogTag(PlaybackControlsFragment.class);
From source file com.example.meetingapp.ShowDetailsFragment.java
@SuppressLint("ValidFragment") public class ShowDetailsFragment extends Fragment { private static final String TAG = ShowDetailsFragment.class.getSimpleName(); private ModifyStateCallback mCallback; private DetailsService mDetailsService;
From source file com.sbhstimetable.sbhs_timetable_android.TimetableFragment.java
/**
* A simple {@link Fragment} subclass.
* Activities that contain this fragment must implement the
* {@link TimetableFragment} interface
* to handle interaction events.
* Use the {@link TimetableFragment#newInstance} factory method to
From source file com.luke.lukef.lukeapp.fragments.LeaderboardFragment.java
/**
* Fragment that displays a listview of top users. Clicking a list item takes the user to the page
* of the user they clicked. Contains a listView and uses a custom {@link ArrayAdapter} that works with
* {@link UserFromServer} objetcs.
*/