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 at.alladin.rmbt.android.terms.RMBTTermsCheckFragment.java

public class RMBTTermsCheckFragment extends Fragment {
    //    private static final String DEBUG_TAG = "RMBTTermsCheckFragment";

    private boolean firstTime = true;

    private View view;

From source file at.wada811.imageslider.ImageSliderFragment.java

public class ImageSliderFragment extends Fragment {

    public static final String TAG = ImageSliderFragment.class.getSimpleName();
    private ImageSliderFragmentCallback mCallback;
    private ImageSwitcher mImageSwitcher;
    private SwipeTouchListener mSwipeTouchListener = new SwipeTouchListener(new OnSwipeListener() {

From source file carsharing.starter.automotive.iot.ibm.com.mobilestarterapp.Reservations.Reservations.java

public class Reservations extends Fragment {
    public static ArrayList<ReservationsData> reservations = new ArrayList<ReservationsData>();

    public static boolean userReserved = true;

    private View view;

From source file ca.ualberta.cmput301w14t08.geochan.fragments.FavouritesFragment.java

/**
 * Displays user's favourited threads/comments, provides navigation to each via
 * a spinner.
 * 
 * @author Artem Chikin
 * 

From source file ayushi.view.fragment.ContactUsFragment.java

/**
 * Fragment that appears in the "content_frame", shows a animal.
 */
public class ContactUsFragment extends Fragment {

    private Toolbar mToolbar;

From source file ca.ualberta.cmput301w14t08.geochan.fragments.FavouriteCommentsFragment.java

/**
 * Fragment for displaying the child comments of a saved thread.
 * 
 * @author Artem Chikin
 * 
 */

From source file at.ac.tuwien.caa.docscan.camera.DebugViewFragment.java

/**
 * Fragment used to show the execution time of time intensive tasks.
 */
public class DebugViewFragment extends Fragment {

    private TextView mFocusMeasureTextView, mPageSegmentationTextView, mCameraFrameTextView, mShotTextView,

From source file ch.ethz.coss.nervousnet.hub.ui.fragments.BaseFragment.java

public abstract class BaseFragment extends Fragment {

    private static final String LOG_TAG = BaseFragment.class.getSimpleName();

    public int type = 0;

From source file br.liveo.ndrawer.ui.fragment.FragmentContactus.java

public class FragmentContactus extends Fragment implements View.OnClickListener {

    private boolean mSearchCheck;
    private static final String TEXT_FRAGMENT = "TEXT_FRAGMENT";
    ImageView ivliveo1, ivliveo2, ivliveo3, ivliveo4, ivliveo5, ivliveo6, ivliveo7, ivliveo8;
    TextView tvliveo1, tvliveo2, tvliveo3, tvliveo4, tvliveo5, tvliveo6, tvliveo7, tvliveo8;

From source file app.hacked.ProjectWelcomeFragment.java

public class ProjectWelcomeFragment extends Fragment {
    @Override
    public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
        View view = inflater.inflate(R.layout.project_welcome, null);

        ((TextView) view.findViewById(R.id.Title)).setTypeface(Typeface.create("sans-serif-thin", Typeface.NORMAL));