Example usage for android.support.v4.app Fragment subclass-usage

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

Introduction

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

Usage

From source file adamin.com.dragandswiperecyclerview.RecyclerListFragment.java

/**
 * @author Paul Burke (ipaulpro)
 */
public class RecyclerListFragment extends Fragment implements OnStartDragListener {

    private ItemTouchHelper mItemTouchHelper;

From source file adamin.com.dragandswiperecyclerview.RecyclerGridFragment.java

/**
 * @author Paul Burke (ipaulpro)
 */
public class RecyclerGridFragment extends Fragment implements OnStartDragListener {

    private ItemTouchHelper mItemTouchHelper;

From source file cn.androidy.swiftlib.slidingtab.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

From source file brazole.com.secondtask.TabFragmentListView.java

public class TabFragmentListView extends Fragment {

    private List<Issue> mIssueList;
    private static final String TAG = "ListViewFragment";
    private Intent mIntent;

From source file app.webelement.com.employeetracker.rd.RecyclerListFragment.java

/**
 * @author Paul Burke (ipaulpro)
 */
public class RecyclerListFragment extends Fragment implements OnStartDragListener {

    private ItemTouchHelper mItemTouchHelper;

From source file be.evias.cloudLogin.cloudLoginPageFragment.java

public class cloudLoginPageFragment extends Fragment {
    private static final String ARG_SECTION_NUMBER = "section_number";

    public static final int SECTION_PROFILE = 0;
    public static final int SECTION_HISTORY = 1;
    public static final int SECTION_LOGOUT = 2;

From source file cn.chenzhongjin.eventbus.sample.ui.base.BaseFragment.java

/**
 * @??: BaseFragment
 * @??:
 * @Create by chenzj on 2016/1/30 16:58
 * @email: chenzj@sq580.com
 * @:

From source file ch.dissem.apps.abit.SubscriptionDetailFragment.java

/**
 * A fragment representing a single Message detail screen.
 * This fragment is either contained in a {@link MessageListActivity}
 * in two-pane mode (on tablets) or a {@link MessageDetailActivity}
 * on handsets.
 */

From source file ca.psiphon.ploggy.FragmentMessageList.java

/**
 * User interface which displays all messages.
 *
 * This class subscribes to friend and status events to update displayed data
 * while in the foreground.
 */

From source file au.com.zacher.popularmovies.activity.fragment.FragmentBase.java

/**
 * Created by Brad on 2/08/2015.
 */
public abstract class FragmentBase extends Fragment {
    protected ActivityBase parent;
    protected View rootView;