List of usage examples for android.app Fragment subclass-usage
From source file com.google.cloud.backend.core.CloudBackendFragment.java
/**
* An {@link android.app.Fragment} class that allows hosting Activities to access the
* features and functionalities of the CloudBackend classes, including CRUD of
* {@link com.google.cloud.backend.core.CloudEntity}, Google account authentication and Google Cloud
* Messaging.
*/
From source file com.pi.android.brainbeats.ui.PlaybackControlsFragment.java
/** * A class that shows the Media Queue to the user. */ public class PlaybackControlsFragment extends Fragment {
From source file com.hybris.mobile.app.commerce.fragment.OrderConfirmationFragment.java
/** * Container that handle_anchor the details information for a specific order */ public class OrderConfirmationFragment extends Fragment implements ResponseReceiver<Order> { private String mOrderRequestId = RequestUtils.generateUniqueRequestId(); private TextView mOrderConfirmNumber;
From source file com.example.pyrkesa.frag.ScenarioDetail.java
/** * Created by pyrkesa on 29/01/2015. */ public class ScenarioDetail extends Fragment { private ArrayList<ScenarioItem> scenarioItems;
From source file org.exfio.csyncdroid.syncadapter.ExfioPeerEnterCredentialsFragment.java
public class ExfioPeerEnterCredentialsFragment extends Fragment implements TextWatcher {
String protocol;
TextView textHttpWarning, labelSyncKey;
EditText editBaseURL, editUserName, editPassword;
Spinner spnrProtocol;
From source file at.alladin.rmbt.android.fragments.result.RMBTTestResultDetailFragment.java
public class RMBTTestResultDetailFragment extends Fragment implements EndTaskListener { public static enum ResultDetailType { SPEEDTEST, QOS_TEST } private static final String DEBUG_TAG = "RMBTTestResultDetailFragment";
From source file com.example.androidcodes.testmediaplayer.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.mendhak.gpslogger.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 org.exfio.csyncdroid.syncadapter.LegacyV5EnterCredentialsFragment.java
public class LegacyV5EnterCredentialsFragment extends Fragment implements TextWatcher {
String protocol;
TextView textHttpWarning, labelSyncKey;
EditText editBaseURL, editUserName, editPassword, editSyncKey;
Spinner spnrProtocol;
From source file com.example.hp.smartstor.CloudMusicManager.uamp.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);