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 ac.robinson.bettertogether.api.BasePluginFragment.java

/**
 * For fragment-based apps, extend this fragment to create your own plugin. As in {@link BasePluginActivity}, the methods
 * {@link #sendMessage(BroadcastMessage)} and {@link #onMessageReceived(BroadcastMessage)} form the basis of inter-phone
 * communication.
 */
@SuppressWarnings("unused")

From source file aleajactatest.appiumcalculator.DummyListFragment.java

/**
 * A dummy fragment representing a list of dummy items.
 *
 * @author pylapp
 * @since 29/12/2015
 * @version 1.0.0

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

public class AppConfig extends Fragment implements View.OnClickListener {

    private AppSettings appSettings;
    private CheckBox cbMakeItSerious;

    @Override

From source file androidx.navigation.testapp.MainFragment.java

/**
 * Fragment used to show how to navigate to another destination
 */
public class MainFragment extends Fragment {
    @Override
    public void onCreate(@Nullable Bundle savedInstanceState) {

From source file at.wada811.android.library.demos.app.TabFragment.java

public class TabFragment extends Fragment {

    public static final String TAG = TabFragment.class.getSimpleName();
    private TabFragmentCallback mCallback;

    public static interface TabFragmentCallbackProvider {

From source file aws.apps.usbDeviceEnumerator.ui.usbinfo.BaseInfoFragment.java

/*package*/ abstract class BaseInfoFragment extends Fragment {

    @Override
    public void onCreate(Bundle saved) {
        super.onCreate(saved);
        setHasOptionsMenu(true);

From source file cl.monsoon.s1next.view.fragment.HelpFragment.java

/**
 * A Fragment represents a help page.
 * <p>
 * Also some related controls are provided in overflow menu:
 * 1.Link our app to Android marketplaces or Google Play website.
 * 2.See open sources licenses information.

From source file akhil.alltrans.InstructionsFragment.java

/**
 * A simple {@link Fragment} subclass.
 */
public class InstructionsFragment extends Fragment {

    public InstructionsFragment() {

From source file ch.eitchnet.android.mabea.activity.HistoryFragment.java

/**
 * @author Robert von Burg <eitch@eitchnet.ch>
 * 
 */
public class HistoryFragment extends Fragment {

From source file android.support.v7.app.MediaRouteDiscoveryFragment.java

/**
 * Media route discovery fragment.
 * <p>
 * This fragment takes care of registering a callback for media route discovery
 * during the {@link Fragment#onStart onStart()} phase
 * and removing it during the {@link Fragment#onStop onStop()} phase.