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 android.hawkencompanionapp.tabs.BaseMechTab.java

/**
 * Created by Phillip Adam Nash on 2014.
 */
public abstract class BaseMechTab extends Fragment implements AsyncTaskUpdate {
    private MechType mMechType;
    private TextView mMechDescriptionTxtView, mMechTypeTxtView;

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

/**
 * Class holding the paint view and the camera preview.
 */
public class CameraPaintFragment extends Fragment {

    @Override

From source file ca.six.unittestapp.todo.addedittask.AddEditTaskFragment.java

/**
 * Main UI for the add task screen. Users can enter a task title and description.
 */
public class AddEditTaskFragment extends Fragment implements AddEditTaskContract.View {

    public static final String ARGUMENT_EDIT_TASK_ID = "EDIT_TASK_ID";

From source file androidx.navigation.testapp.AndroidFragment.java

/**
 * Fragment used to show how to deep link to a destination
 */
public class AndroidFragment extends Fragment {
    @Nullable
    @Override

From source file at.wada811.imageviewscaling.ImageViewFragment.java

public class ImageViewFragment extends Fragment {

    private ImageView mImageView;

    public static ImageViewFragment newInstance() {
        ImageViewFragment fragment = new ImageViewFragment();

From source file at.ac.uniklu.mobile.sportal.MensaMenuFragment.java

public class MensaMenuFragment extends Fragment {

    public static final String ARGUMENT_INDEX = "index";

    private int mIndex;

From source file bob.com.example.root.blazeguide.CardContentFragment.java

/**
 * Provides UI for the view with Cards.
 */
public class CardContentFragment extends Fragment {
    static Class[] screenArray = { KnightScreen.class, GemDrive.class, BuildTimeCalculator.class,
            DragonScreen.class, AutoChestOpen.class, LordAndDragon.class, ResourcesScreen.class, BOBVideos.class,

From source file ca.xecure.easychip.LogFragment.java

public class LogFragment extends Fragment {
    private LogType mLogType = LogType.DEBIT;
    private ILogEntry[] mLogEntries;
    private ListView logView;

    @Override

From source file br.com.painelvoos.VooFragment.java

public class VooFragment extends Fragment {

    private static final String ARG_POSITION = "position";

    private int position;
    private VooAdapter<Voo> voosAdapter;

From source file android.kostalms.fragment.WebViewFragment.java

public class WebViewFragment extends Fragment {
    public final static String TAG = WebViewFragment.class.getSimpleName();

    private WebView viewContentWebView;
    private String url;