List of usage examples for android.app Fragment subclass-usage
From source file com.example.demo_dv_fuse.DetailsTab.java
/** * The details tab UI. */ public final class DetailsTab extends Fragment { private static final int AIRPORT_MAPS_INDEX = 1; // list header is index
From source file com.royclarkson.springagram.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.klinker.android.spotify.fragment.BaseOAuthFragment.java
/** * Base OAuth fragment that could be used for validating against any OAuth service */ public abstract class BaseOAuthFragment extends Fragment { private static final String TAG = "BaseOauthFragment";
From source file com.example.demo_dv_sap.DetailsTab.java
/** * The details tab UI. */ public final class DetailsTab extends Fragment { private static final int AIRPORT_MAPS_INDEX = 1; // list header is index
From source file com.example.android.supportv4.media.QueueFragment.java
/** * A class that shows the Media Queue to the user. */ public class QueueFragment extends Fragment { private static final String TAG = "QueueFragment";
From source file com.google.cloud.solutions.cloudadventure.PreGameFragment.java
/**
* This Activity takes places before the game actually starts. Players who join the game can see who
* else has joined, and the creator of the game can then hit the "start" button at any time. Players
* may leave the game at any time. The creator may also cancel the game at any time.
*
*/
From source file cn.jasonlv.siri.fragment.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.matthewmitchell.peercoin_android_wallet.ui.MaybeMaintenanceFragment.java
/** * @author Andreas Schildbach */ public class MaybeMaintenanceFragment extends Fragment { private static final String FRAGMENT_TAG = MaybeMaintenanceFragment.class.getName();
From source file com.QuarkLabs.BTCeClient.fragments.HistoryFragment.java
public class HistoryFragment extends Fragment implements LoaderManager.LoaderCallbacks<JSONObject> { private static final int WEEK = 7 * 24 * 60 * 60 * 1000; private static String mListTypeTag = "ListType"; private int mLoaderId; private java.text.DateFormat mDateFormat;
From source file at.alladin.rmbt.android.sync.RMBTSyncEnterCodeFragment.java
public class RMBTSyncEnterCodeFragment extends Fragment implements EndTaskListener { // private static final String DEBUG_TAG = "RMBTSyncEnterCodeFragment"; private CheckSyncTask syncTask;