List of usage examples for android.app Fragment subclass-usage
From source file de.blinkt.openvpn.fragments.AboutFragment.java
public class AboutFragment extends Fragment implements View.OnClickListener { public static final String INAPPITEM_TYPE_INAPP = "inapp"; public static final String RESPONSE_CODE = "RESPONSE_CODE"; private static final int DONATION_CODE = 12; private static final int BILLING_RESPONSE_RESULT_OK = 0;
From source file com.android.fastinfusion.ui.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.
*/
From source file com.google.cloud.genomics.android.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.
*
* TODO: This file was generated by android studio. Refactor to keep only the truly needed pieces.
From source file org.jboss.aerogear.devnexus2015.ui.fragment.AboutFragment.java
/** * Created by summers on 1/10/16. */ public class AboutFragment extends Fragment implements LoaderManager.LoaderCallbacks<List> { private static final int SPONSOR_LOADER = 0x100;
From source file com.albertcbraun.wifidlitedemoapp.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. */ @SuppressWarnings("deprecation")
From source file com.example.android.supportv4.media.BrowseFragment.java
/**
* A Fragment that lists all the various browsable queues available
* from a {@link android.service.media.MediaBrowserService}.
* <p/>
* It uses a {@link MediaBrowserCompat} to connect to the {@link MediaBrowserServiceSupport}.
* Once connected, the fragment subscribes to get all the children. All
From source file com.chaosinmotion.securechat.fragments.ChangePasswordStart.java
/** * A simple {@link Fragment} subclass. */ public class ChangePasswordStart extends Fragment implements WizardFragment { private WizardInterface wizardInterface; private EditText oldPassword;
From source file co.taqat.call.AboutFragment.java
/** * @author Sylvain Berfini */ public class AboutFragment extends Fragment implements OnClickListener { View sendLogButton = null; View resetLogButton = null;
From source file com.royclarkson.springagram.GalleryPhotoListFragment.java
/** * {@link Fragment} that displays a list of {@link ItemResource}s assigned to the {@link GalleryResource} * * @author Roy Clarkson */ public class GalleryPhotoListFragment extends Fragment implements AbsListView.OnItemClickListener {
From source file com.QuarkLabs.BTCeClient.fragments.OrdersBookFragment.java
public class OrdersBookFragment extends Fragment implements LoaderManager.LoaderCallbacks<JSONObject> { private static final int LOADER_ID = 1; private ListView mAsksList; private ListView mBidsList; private FrameLayout mChartArea; private OrdersBookAdapter mAsksAdapter;