List of usage examples for android.app Fragment subclass-usage
From source file com.sharebunk.player.sharebunk3.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.uamp.MusicService}.
* Once connected, the fragment subscribes to get all the children.
From source file com.livemasjid.livemasjidandroid.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.livemasjid.livemasjidandroid.MusicService}.
* Once connected, the fragment subscribes to get all the children.
From source file com.sonaive.v2ex.ui.FeedsFragment.java
/** * Created by liutao on 12/18/14. */ public class FeedsFragment extends Fragment implements OnLoadMoreDataListener { private static final String TAG = makeLogTag(FeedsFragment.class);
From source file com.pi.android.brainbeats.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.pi.android.brainbeats.MusicService}.
* Once connected, the fragment subscribes to get all the children.
From source file io.indy.seni.ui.EvolveGridFragment.java
public class EvolveGridFragment extends Fragment implements AdapterView.OnItemClickListener { private static final String TAG = "EvolveGridFragment"; private static final boolean D = true; static void ifd(final String message) {
From source file com.lonict.android.bbplayer.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.lonict.android.bbplayer.MusicService}.
* Once connected, the fragment subscribes to get all the children.
From source file com.numenta.taurus.chart.AbstractAnomalyChartFragment.java
/**
* This {@link Fragment} is the base to the metric and instance anomaly chart
* fragments. It will display the anomaly bar chart, the metric/instance name
* and the last date shown on the chart unless it is the current time.
* <p/>
* Subclasses should implement {@link #getResources()} returning the XML layout
From source file com.sbhstimetable.sbhs_timetable_android.BelltimesFragment.java
/**
* A simple {@link Fragment} subclass.
* Activities that contain this fragment must implement the
* {@link com.sbhstimetable.sbhs_timetable_android.backend.internal.CommonFragmentInterface} interface
* to handle interaction events.
* Use the {@link BelltimesFragment#newInstance} factory method to
From source file com.QuarkLabs.BTCeClient.fragments.HomeFragment.java
public class HomeFragment extends Fragment implements TickersDashboardAdapter.TickersDashboardAdapterCallbackInterface { private FixedGridView mTickersContainer; private TickersDashboardAdapter mTickersDashboardAdapter; private BroadcastReceiver mGetStatsReceiver;
From source file com.guoxiaoxing.music.view.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.