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.bulletingroupblast.bulletingroupblast.GroupOverviewFragment.java

/**
 * A simple {@link Fragment} subclass.
 * Use the {@link GroupOverviewFragment#newInstance} factory method to
 * create an instance of this fragment.
 */
public class GroupOverviewFragment extends Fragment {

From source file com.myapplication.FragmentHome.java

/**
 * Created by odnal on 20/06/2015.
 */
public class FragmentHome extends Fragment {

    private RecyclerView mRecyclerView;

From source file com.pac.performance.fragments.ViewPagerFragment.java

public class ViewPagerFragment extends Fragment implements ViewPager.OnPageChangeListener {

    public static ViewPager mViewPager;
    public static PagerTabStrip mPagerTabStrip;

    @Override

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

/**
 * Created by Graham on 14/12/2014.
 */
public abstract class ReadingFramentBase extends Fragment implements ReadingFragmentInterface {

    int layoutId;

From source file com.fugueweb.pub.animation.ScreenSlidePageFragment.java

/**
 * A fragment representing a single step in a wizard. The fragment shows a dummy title indicating
 * the page number, along with some dummy text.
 *
 * <p>This class is used by the {@link CardFlipActivity} and {@link
 * ScreenSlideActivity} samples.</p>

From source file com.emotion.emotioncontrol.fragments.general.GeneralTabHostFragment.java

public class GeneralTabHostFragment extends Fragment {
    private static Context mContext;

    private TabAdapter mAdapter;
    private PagerSlidingTabStrip mTabs;
    private ViewPager mPager;

From source file com.shinobicontrols.printshop.PrintDemoFragment.java

/**
 * A placeholder fragment containing a simple view.
 */
public class PrintDemoFragment extends Fragment implements ImageAndTextContainer {

    public PrintDemoFragment() {

From source file com.commonsware.android.downloader.DownloadFragment.java

public class DownloadFragment extends Fragment implements View.OnClickListener {
    private Button b = null;

    @Override
    public View onCreateView(LayoutInflater inflater, ViewGroup parent, Bundle savedInstanceState) {
        View result = inflater.inflate(R.layout.main, parent, false);

From source file com.mokee.permissionsmanager.fragments.AppOpsSummary.java

public class AppOpsSummary extends Fragment {
    // layout inflater object used to inflate views
    private LayoutInflater mInflater;

    private ViewGroup mContentContainer;
    private View mRootView;

From source file com.saulmm.material.slidingtabs.fragments.SlidingTabsBasicFragment.java

public class SlidingTabsBasicFragment extends Fragment {

    static final String LOG_TAG = "SlidingTabsBasicFragment";

    /**
     * A custom {@link ViewPager} title strip which looks much like Tabs present in Android v4.0 and