List of usage examples for android.app Fragment subclass-usage
From source file fr.cph.chicago.fragment.BikeFragment.java
/**
* Bike Fragment
*
* @author Carl-Philipp Harmant
* @version 1
*/
From source file de.sourcestream.movieDB.controller.GenresList.java
/** * Genres list. */ public class GenresList extends Fragment implements AdapterView.OnItemClickListener { private MainActivity activity; private ProgressBar spinner;
From source file com.radiofarda.istgah.ui.MediaBrowserFragment.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 com.radiofarda.istgah.MusicService}.
* Once connected, the fragment subscribes to get all the children.
From source file cat.terrones.devops.radiofx.ui.MediaBrowserFragment.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 cat.terrones.devops.radiofx.MusicService}.
* Once connected, the fragment subscribes to get all the children.
From source file com.hybris.mobile.app.commerce.fragment.OrderDetailFragment.java
/** * Container that handle the details information for a specific product */ public class OrderDetailFragment extends Fragment implements ResponseReceiver<Order> { private static final String TAG = OrderDetailFragment.class.getCanonicalName();
From source file com.example.lzhang.stockchartt.media.ui.MediaBrowserFragment.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 MusicService}.
* Once connected, the fragment subscribes to get all the children.
From source file com.coinblesk.client.wallet.WalletAddressList.java
/** * @author Andreas Albrecht */ public class WalletAddressList extends Fragment implements WalletAddressListAdapter.ItemClickListener, CollectRefundOptionsDialog.CollectRefundOptionsListener {
From source file com.example.android.AudioArchive.ui.MediaBrowserFragment.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 com.example.android.AudioArchive.MusicService}.
* Once connected, the fragment subscribes to get all the children.
From source file com.example.hp.smartstor.CloudMusicManager.uamp.ui.MediaBrowserFragment.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 com.example.hp.smartstor.CloudMusicManager.uamp.MusicService}.
* Once connected, the fragment subscribes to get all the children.
From source file com.sprunck.openit.activity.PlusClientFragment.java
/**
* A fragment that you can add to your layout to automate connecting a {@link com.google.android.gms.plus.PlusClient}.
* The key integration points are to attach the fragment with {@link #getPlusClientFragment}
* in your Activity's {@code onCreate} method, then call {@link #signIn} when the user clicks your
* sign-in button and forward calls to {@code onActivityResult} to {@link #handleOnActivityResult}.
*/