List of usage examples for android.app Fragment subclass-usage
From source file com.codejune.material.slidingtabs.fragments.SlidingTabsBasicFragment.java
public class SlidingTabsBasicFragment extends Fragment { static final String LOG_TAG = "SlidingTabsBasicFragment"; /** * A custom {@link android.support.v4.view.ViewPager} title strip which looks much like Tabs present in Android v4.0 and
From source file com.android.seandroid_admin.appops.AppOpsSummary.java
public class AppOpsSummary extends Fragment { // layout inflater object used to inflate views private LayoutInflater mInflater; private ViewGroup mContentContainer; private View mRootView;
From source file com.royclarkson.springagram.GalleryAddFragment.java
/** * {@link Fragment} that displays a form to add a new {@link Gallery} * * @author Roy Clarkson */ public class GalleryAddFragment extends Fragment implements View.OnClickListener {
From source file com.google.android.apps.forscience.whistlepunk.devicemanager.ScanDisabledFragment.java
/** * Shown to the user when Bluetooth scanning can't be done. * Shows a button to the user which leads to the system dialog for turning on Bluetooth. */ public class ScanDisabledFragment extends Fragment {
From source file biz.wiz.android.wallet.ui.WalletTransactionsFragment.java
/** * @author Andreas Schildbach */ public final class WalletTransactionsFragment extends Fragment { private static final int INITIAL_PAGE = 1;
From source file at.bitfire.davdroid.ui.setup.LoginURLFragment.java
public class LoginURLFragment extends Fragment implements TextWatcher { protected Spinner spnrScheme; protected TextView textHttpWarning; protected EditText editBaseURI, editUserName, editPassword; protected CheckBox checkboxPreemptive;
From source file com.skubit.satoshidice.settings.SettingsFragment.java
public class SettingsFragment extends Fragment { private BroadcastReceiver mAccountChange = new BroadcastReceiver() { @Override public void onReceive(Context context, Intent intent) { refreshView();
From source file com.luorrak.ouroboros.gallery.GalleryFragment.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 org.steveleach.scoresheet.ui.PlayersFragment.java
/** * Fragment code for teamName Players editor. * * @author Steve Leach */ public class PlayersFragment extends Fragment implements ModelAware {
From source file com.artitk.licensefragment.example.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 {