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 bangla.music.com.musicbanglatv.YouTubeRecyclerViewFragment.java

/**
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 * <p/>
 * http://www.apache.org/licenses/LICENSE-2.0

From source file bg.tudle.mtbtimer.ui.fragment.MTBBaseFragment.java

public class MTBBaseFragment extends Fragment implements MTBConstants {

    protected Tracker mTracker;

    @Override
    public void onAttach(Activity activity) {

From source file androidx.navigation.fragment.test.EmbeddedXmlFragment.java

public class EmbeddedXmlFragment extends Fragment {
    @Nullable
    @Override
    public View onCreateView(@NonNull LayoutInflater inflater, @Nullable ViewGroup container,
            @Nullable Bundle savedInstanceState) {
        return inflater.inflate(R.layout.navigation_activity, container, false);

From source file br.com.lealweb.aventuradoconhecimento.GuideFragment.java

public class GuideFragment extends Fragment {

    private int bgRes;

    @Override
    public void onCreate(Bundle savedInstanceState) {

From source file andlabs.lounge.lobby.ui.AboutFragment.java

public class AboutFragment extends Fragment {

    @Override
    public View onCreateView(final LayoutInflater lI, ViewGroup p, Bundle b) {
        return lI.inflate(R.layout.fragment_about, p, false);

From source file ca.liquidlabs.android.speedtestvisualizer.fragments.BaseGraphFragment.java

/**
 * Base fragment with common functionalities to draw graph/chart fragment.
 * 
 * @author GamerX
 */
public abstract class BaseGraphFragment extends Fragment implements OnDataProcessorListener {

From source file bulat.diet.helper_couch.common.fragment.ExampleSectionExpandableDataProviderFragment.java

public class ExampleSectionExpandableDataProviderFragment extends Fragment {
    private ExampleSectionExpandableDataProvider mDataProvider;

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

From source file bulat.diet.helper_sport.common.fragment.ExampleSectionExpandableDataProviderFragment.java

public class ExampleSectionExpandableDataProviderFragment extends Fragment {
    private ExampleSectionExpandableDataProvider mDataProvider;

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

From source file angeloid.sopiane.vegaphoneinfo.SwipeyTabFragment.java

public class SwipeyTabFragment extends Fragment {

    @Override
    public void onSaveInstanceState(Bundle outState) {
        super.onSaveInstanceState(outState);
        setUserVisibleHint(true);

From source file angeloid.dreamnarae.Tab_tab1.java

public class Tab_tab1 extends Fragment {

    TextView welcome1, welcome2;
    ImageView welcome_image;

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