Example usage for android.app Fragment subclass-usage

List of usage examples for android.app Fragment subclass-usage

Introduction

In this page you can find the example usage for android.app Fragment subclass-usage.

Usage

From source file com.desno365.mods.MainNavigationDrawerFragment.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 MainNavigationDrawerFragment extends Fragment {

From source file com.aboveware.actionbar.honeycomb.ExpandableListFragment.java

/**
 * This class has originally been taken from
 * http://stackoverflow.com/questions/6051050
 * /expandablelistfragment-with-loadermanager-for-compatibility-package and then
 * modified by Manfred Moser <manfred@simpligility.com> to get it to work with
 * the v4 r4 compatibility library. With inspirations from the library source.

From source file com.github.chenxiaolong.dualbootpatcher.freespace.FreeSpaceFragment.java

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

    private ArrayList<MountInfo> mMounts = new ArrayList<>();
    private MountInfoAdapter mAdapter;

From source file com.spacejake.jake.ultimatepurduediner.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 com.android.talkback.tutorial.TutorialLessonFragment.java

public class TutorialLessonFragment extends Fragment
        implements View.OnClickListener, Exercise.ExerciseCallback, GestureActionMonitor.GestureActionListener {

    private static final int DELAY_BEFORE_ANNOUNCE_LESSON = 100;
    private static final int DELAY_BEFORE_AUTO_MOVE_TO_NEXT_LESSON = 1000;

From source file com.skubit.comics.fragments.LockerFragment.java

public class LockerFragment extends Fragment implements ItemClickListener {

    private final LoaderManager.LoaderCallbacks<LoaderResult<LockerItemListDto>> mCatalogLoader = new LoaderManager.LoaderCallbacks<LoaderResult<LockerItemListDto>>() {

        @Override
        public Loader<LoaderResult<LockerItemListDto>> onCreateLoader(int id, Bundle args) {

From source file org.exfio.csyncdroid.syncadapter.FxAccountEnterCredentialsFragment.java

public class FxAccountEnterCredentialsFragment extends Fragment implements TextWatcher {
    String accountServerProtocol = "";
    String tokenServerProtocol = "";

    TextView textHttpWarning;
    EditText editAccountServerUrl, editTokenServerUrl, editUserName, editPassword;

From source file com.jpventura.xyzreader.ui.ArticleDetailFragment.java

/**
 * A fragment representing a single Article detail screen. This fragment is
 * either contained in a {@link ArticleListActivity} in two-pane mode (on
 * tablets) or a {@link ArticleDetailActivity} on handsets.
 */
public class ArticleDetailFragment extends Fragment

From source file uk.bowdlerize.fragments.CheckConfigFragment.java

public class CheckConfigFragment extends Fragment {
    SharedPreferences settings;
    TextView seekValue;
    ProgressBar progressBar;

    @Override

From source file com.mastercard.masterpasswallet.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 {