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 bander.notepad.PasswordFragment.java

public class PasswordFragment extends Fragment {

    private String firstPin = null;
    private EditText passField;
    private boolean isSetup;
    private String theRightThing;

From source file ca.ualberta.slevinsk.gameshow.GameshowButtonsFragment.java

/**
 * Fragment that manages gameshow buzzer buttons.
 *
 * Loads a layout dependent on the number of players in the game.
 */
public class GameshowButtonsFragment extends Fragment {

From source file ch.berta.fabio.popularmovies.presentation.ui.fragments.MovieGridBaseFragment.java

/**
 * Provides an abstract base class for the display of movies in a grid of posters.
 */
public abstract class MovieGridBaseFragment extends Fragment {

    public static final int REQUEST_MOVIE_DETAILS = 1;

From source file at.alladin.rmbt.android.util.RMBTTermsFragment.java

public class RMBTTermsFragment extends Fragment {

    // private static final String DEBUG_TAG = "RMBTTermsFragment";

    private WebView webview;

From source file au.com.wallaceit.reddinator.TabFragment.java

public class TabFragment extends Fragment {
    /** (non-Javadoc)
     * @see android.support.v4.app.Fragment#onCreateView(android.view.LayoutInflater, android.view.ViewGroup, android.os.Bundle)
     */
    private boolean mFirstTime = true;
    private LinearLayout ll;

From source file cn.chenzhongjin.eventbussample.ui.base.BaseFragment.java

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

From source file ca.six.unittestapp.todo.statistics.StatisticsFragment.java

/**
 * Main UI for the statistics screen.
 */
public class StatisticsFragment extends Fragment implements StatisticsContract.View {

    private TextView mStatisticsTV;

From source file ch.jeda.platform.android.LogFragment.java

class LogFragment extends Fragment {

    private final StringBuilder log;
    private ScrollView scrollView;
    private TextView textView;

From source file br.com.PartoHumanizado.fragment.base.BaseFragment.java

/**
 * Created by bruno on 22/11/14.
 */
public abstract class BaseFragment extends Fragment implements MenuDrawerAdapter.DrawerItem {

    @Override

From source file ca.mudar.mtlaucasou.ui.DashboardFragment.java

public class DashboardFragment extends Fragment {

    public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
        View root = inflater.inflate(R.layout.fragment_dashboard, container, false);

        root.findViewById(R.id.home_btn_fire_halls).setOnClickListener(new View.OnClickListener() {