List of usage examples for android.app Fragment subclass-usage
From source file com.example.xyzreader.ui.articledetail.ArticleDetailFragment.java
public class ArticleDetailFragment extends Fragment implements LoaderManager.LoaderCallbacks<Cursor> { /** * The fragment argument representing the section number for this * fragment. */ private static final String ARTICLE_ID = "article id";
From source file com.example.android.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.android.uamp.MusicService}.
* Once connected, the fragment subscribes to get all the children.
From source file com.skubit.satoshidice.placebet.PlaceBetFragment.java
public class PlaceBetFragment extends Fragment { private UserApiRestService mApiRestService; private BetEditText mBetAmountEdit; private Button mBetBtn; private BetEditText mPayoutEdit;
From source file com.brewcrewfoo.performance.fragments.TimeInState.java
public class TimeInState extends Fragment implements Constants { private LinearLayout mStatesView; private TextView mAdditionalStates; private TextView mTotalStateTime; private TextView mHeaderAdditionalStates;
From source file com.numenta.taurus.instance.InstanceDetailPageFragment.java
public class InstanceDetailPageFragment extends Fragment { private InstanceAnomalyChartData _chartData; private AsyncTask<InstanceAnomalyChartData, Void, Boolean> _instanceLoadTask;
From source file com.classiqo.nativeandroid_32bitz.ui.MediaBrowserFragment.java
public class MediaBrowserFragment extends Fragment { private static final String TAG = LogHelper.makeLogTag(MediaBrowserFragment.class); private static final String ARG_MEDIA_ID = "media_id"; private BrowserAdapter mBrowserAdapter;
From source file com.cleveroad.slidingtutorial.TutorialFragment.java
/** * Base Fragment that contains {@link ViewPager} and where happens most logic like dispatching * transform event to child fragments, changing background color, and located page indicator. */ @SuppressWarnings({ "unused" }) public abstract class TutorialFragment extends Fragment {
From source file com.skubit.iab.fragments.TransactionsFragment.java
public final class TransactionsFragment extends Fragment { private final BroadcastReceiver mAccountChangeReceiver = new BroadcastReceiver() { @Override public void onReceive(Context context, Intent intent) { mAdapter.clear();
From source file com.google.android.media.tv.companionlibrary.ChannelSetupFragment.java
/**
* The ChannelSetupFragment class provides a simple extendable class to create a user interface
* for scanning channels. This fragment will be displayed to the user when they are setting up
* your app's channels for the first time in the setup activity.
* </p>
* There are a handful of methods which can be used to customize and theme the user interface.
From source file com.phearom.um.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.