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 br.com.anteros.android.persistence.backup.DatabaseMaintenanceFragment.java

/**
 * Created by edson on 12/05/16.
 */
public abstract class DatabaseMaintenanceFragment extends Fragment {

    private SQLiteConnection connection;

From source file ca.marklauman.tools.FragmentPopup.java

/** A basic popup bar for messages.<br/>
 *  For this class to be error free, you must
 *  implement and specify a layout for
 *  {@link #LAYOUT_ID}. Be sure to follow the
 *  recommendations provided in this parameter.<br/>
 *  Heavily based off code provided by Roman Nurik here:

From source file br.com.projeto.icebeer.MainFragment.java

/**
 * Encapsulates fetching the forecast and displaying it as a {@link ListView} layout.
 */
public class MainFragment extends Fragment {

    public static final int BT3 = -3;

From source file app.com.timbuktu.fragment.ColorFragment.java

/**
 * Created by Bartosz Lipinski
 * 28.01.15
 */
public class ColorFragment extends Fragment {

From source file butter.droid.fragments.MediaGenreSelectionFragment.java

public class MediaGenreSelectionFragment extends Fragment {

    public static final String EXTRA_PROVIDER = "extra_provider";

    private Context mContext;
    private RecyclerView.LayoutManager mLayoutManager;

From source file br.gbizotto.customcamera.camera2.Camera2BasicFragment.java

@RequiresApi(api = 21)
public class Camera2BasicFragment extends Fragment
        implements View.OnClickListener, ActivityCompat.OnRequestPermissionsResultCallback, PictureTaken {

    private static final int REQUEST_CAMERA_PERMISSION = 1;

From source file br.com.frs.foodrestrictions.FoodIconConfig.java

public class FoodIconConfig extends Fragment implements View.OnClickListener {

    private CheckBox cbDontEatCow;
    private CheckBox cbAllergicCow;

    private CheckBox cbDontEatChicken;

From source file cc.softwarefactory.lokki.android.fragments.NavigationDrawerFragment.java

/**
 * Fragment used for managing interactions for and presentation of a navigation drawer.
 * See the <a href="https://developer.android.com/design/patterns/navigation-drawer.html#Interaction">
 * design guidelines</a> for a complete explanation of the behaviors implemented here.
 */
public class NavigationDrawerFragment extends Fragment {

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

/**
 * User interface which displays self status details and
 * allows user to set message.
 *
 * This class subscribes to status events to update data
 * while in the foreground (e.g., location data updated

From source file at.bitfire.davdroid.syncadapter.EnterCredentialsFragment.java

public class EnterCredentialsFragment extends Fragment implements TextWatcher {
    String protocol;

    TextView textHttpWarning;
    EditText editBaseURL, editUserName, editPassword;
    CheckBox checkboxPreemptive;