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 ca.six.unittestapp.todo.taskdetail.TaskDetailFragment.java

/**
 * Main UI for the task detail screen.
 */
public class TaskDetailFragment extends Fragment implements TaskDetailContract.View {

    public static final String ARGUMENT_TASK_ID = "TASK_ID";

From source file angeloid.dreamnarae.Miracle_Main.java

public class Miracle_Main extends Fragment {
    Button savei;
    Button spicai;
    Button miraclei;
    Button miracleii;
    TextView progresstext_miracle;

From source file biz.easymenu.easymenung.SettingsFragment.java

public class SettingsFragment extends Fragment {

    LayoutInflater li = null;
    EmPrefs emp = null;
    Button btnSync = null;
    Button btnSave = null;

From source file click.kobaken.rxirohaandroid_sample.view.fragment.WalletFragment.java

public class WalletFragment extends Fragment implements WalletView, MainActivity.MainActivityListener {
    public static final String TAG = WalletFragment.class.getSimpleName();

    private static final String ARG_WALLET_KEY_UUID = "uuid";

    private WalletPresenter walletPresenter = new WalletPresenter();

From source file ca.qc.bdeb.info.horus.DetailFragment.java

/**
 * A placeholder fragment containing a simple view.
 */
public class DetailFragment extends Fragment implements LoaderManager.LoaderCallbacks<Cursor> {

    // These indices are tied to DETAIL_COLUMNS.  If DETAIL_COLUMNS changes, these

From source file at.kropf.waketer.fragments.AlarmFragment.java

public class AlarmFragment extends Fragment {

    public static AlarmFragment newInstance(int sectionNumber) {
        AlarmFragment fragment = new AlarmFragment();
        Bundle args = new Bundle();
        fragment.setArguments(args);

From source file ca.ualberta.cmput301.t03.user.EditProfileFragment.java

/**
 * View-component to editing a User's profile.
 *
 * User can see and modify all their editable profile fields,
 * and make changes to the profile.
 *

From source file br.com.casadalagoa.vorf.BoatFragment.java

/**
 * Encapsulates fetching the forecast and displaying it as a {@link android.widget.ListView} layout.
 */
public class BoatFragment extends Fragment implements LoaderCallbacks<Cursor> {

    private BoatAdapter mBoatAdapter;

From source file app.hacked.WorkShopsFragment.java

public class WorkShopsFragment extends Fragment {
    RequestQueue queue = null;
    private View progressBar = null;
    TextView workshopPayload = null;

    @Override

From source file barqsoft.footballscores.MainFragment.java

/**
 * Created by yehya khaled on 2/27/2015.
 */
public class MainFragment extends Fragment {
    public static final int NUM_PAGES = 5;
    private ScoresFragment[] tabs = new ScoresFragment[5];