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.bulletingroupblast.bulletingroupblast.CalendarFragment.java

/**
 * A simple {@link Fragment} subclass.
 * Activities that contain this fragment must implement the
 * {@link CalendarFragment.OnFragmentInteractionListener} interface
 * to handle interaction events.
 * Use the {@link CalendarFragment#newInstance} factory method to

From source file de.lebenshilfe_muenster.uk_gebaerden_muensterland.sign_video_view.AbstractSignVideoFragment.java

/**
 * Copyright (c) 2016 Matthias Tonhuser
 * <p/>
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or

From source file com.kytse.deskclock.DeskClockFragment.java

public class DeskClockFragment extends Fragment {

    public void onPageChanged(int page) {
        // Do nothing here , only in derived classes
    }

From source file com.android.deskclock.DeskClockFragment.java

public class DeskClockFragment extends Fragment {

    public void onPageChanged(int page) {
        // Do nothing here , only in derived classes
    }

From source file app.umitems.greenclock.DeskClockFragment.java

public class DeskClockFragment extends Fragment {

    public void onPageChanged(int page) {
        // Do nothing here , only in derived classes
    }

From source file com.ivalentin.margolariak.SettingsLayout.java

/**
 * Section that allow the user to change the app settings.
 * 
 * @author Inigo Valentin
 *
 */

From source file com.hackvg.android.views.fragments.NavigationDrawerFragment.java

public class NavigationDrawerFragment extends Fragment {

    private DrawerLayout mDrawerLayout;
    private View mFragmentContainerView;

    public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {

From source file com.lgallardo.qbittorrentclient.AboutFragment.java

public class AboutFragment extends Fragment {

    public static SwipeRefreshLayout mSwipeRefreshLayout;
    private com.lgallardo.qbittorrentclient.RefreshListener refreshListener;
    public static boolean isFragmentFirstLoaded = true;

From source file com.google.cast.samples.games.codelab.GameFragment.java

/**
 * A base class for all the fragments in the game.
 */
public class GameFragment extends Fragment implements Observer, GameManagerClient.Listener {

    private static final String TAG = "GameFragment";

From source file by.zatta.pilight.fragments.BaseFragment.java

public abstract class BaseFragment extends Fragment {

    @Override
    public void onActivityCreated(Bundle savedInstanceState) {
        super.onActivityCreated(savedInstanceState);
        setTitle();