Example usage for android.app Fragment subclass-usage

List of usage examples for android.app Fragment subclass-usage

Introduction

In this page you can find the example usage for android.app Fragment subclass-usage.

Usage

From source file com.phonemetra.deskclock.DeskClockFragment.java

public class DeskClockFragment extends Fragment {

    protected ImageButton mFab;
    protected ImageButton mLeftButton;
    protected ImageButton mRightButton;

From source file org.kegbot.app.setup.SetupFragment.java

/**
 * @author mike wakerly (mike@wakerly.com)
 */
public abstract class SetupFragment extends Fragment {

    protected abstract String validate();

From source file com.google.cast.samples.games.starcast.StarCastFragment.java

/**
 * The main activity for StarCast game.
 */
public class StarCastFragment extends Fragment {
    private static final String TAG = "StarCastFragment";

From source file ca.farrelltonsolar.classic.MonthPager.java

/**
 * Created by Graham on 03/01/2015.
 */
public class MonthPager extends Fragment {
    private static final float MIN_SCALE = 0.85f;
    private static final float MIN_ALPHA = 0.65f;

From source file com.fuzz.emptyhusk.prefab.InlineViewPagerIndicatorFragment.java

/**
 * This fragment offers a couple different inline {@link CutoutViewIndicator}
 * instances, for sampling purposes.
 *
 * @author Philip Cohn-Cort (Fuzz)
 */

From source file com.miz.mizuu.fragments.IgnoredFilesFragment.java

public class IgnoredFilesFragment extends Fragment {

    private ViewPager mViewPager;
    private PagerSlidingTabStrip mTabs;

    public IgnoredFilesFragment() {

From source file com.betterAlarm.deskclock.DeskClockFragment.java

public class DeskClockFragment extends Fragment {

    protected ImageButton mFab;
    protected ImageButton mLeftButton;
    protected ImageButton mRightButton;

From source file com.android.purenexussettings.AppPickerFragment.java

public class AppPickerFragment extends Fragment {

    ViewPager pager;
    SlidingTabLayout slidingTabLayout;

    @Override

From source file com.dmplayer.fragments.FragmentLibraryOld.java

public class FragmentLibraryOld extends Fragment {

    private final String[] TITLES = { "ALL SONGS", "ALBUMS", "ARTISTS", "GENRES", "MOST PLAYED", "PLAYLISTS",
            "TEST" };

    @Override

From source file com.lgallardo.youtorrentcontroller.AboutFragment.java

public class AboutFragment extends Fragment {

    public static SwipeRefreshLayout mSwipeRefreshLayout;
    private com.lgallardo.youtorrentcontroller.RefreshListener refreshListener;
    public static boolean isFragmentFirstLoaded = true;