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 adventure_fragments.Hiking.java

/**
 * Copyright 2015 Stuart Lachlan Townley
    
 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

From source file br.com.GUI.avaliacoes.QuestionarioQPAF.java

public class QuestionarioQPAF extends Fragment {

    private RadioGroup rdgQuestao1;
    private RadioGroup rdgQuestao2;
    private RadioGroup rdgQuestao3;
    private RadioGroup rdgQuestao4;

From source file cl.ipp.katbag.fragment.SlidePageBookFragment.java

public class SlidePageBookFragment extends Fragment {

    private Tracker tracker;

    public ViewGroup v;
    public static MainActivity mainActivity;

From source file ayushi.view.fragment.SettingsFragment.java

/**
 * Fragment that appears in the "content_frame", shows a animal.
 */
public class SettingsFragment extends Fragment {

    private TextView submitLog;

From source file BTchat.common.logger.LogFragment.java

/**
 * Simple fraggment which contains a LogView and uses is to output log data it receives
 * through the LogNode interface.
 */
public class LogFragment extends Fragment {

From source file android.common.logger.LogFragment.java

/**
 * Simple fraggment which contains a LogView and uses is to output log data it receives
 * through the LogNode interface.
 */
public class LogFragment extends Fragment {

From source file adventure_fragments.Kayaking.java

/**
 * Copyright 2015 Stuart Lachlan Townley
    
 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

From source file adventure_fragments.Skiing.java

/**
 * Copyright 2015 Stuart Lachlan Townley
    
 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

From source file adventure_fragments.Swimming.java

/**
 * Copyright 2015 Stuart Lachlan Townley
    
 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

From source file at.alladin.rmbt.android.fragments.history.RMBTHistoryFragment.java

public class RMBTHistoryFragment extends Fragment implements HistoryUpdatedCallback {

    private static final String DEBUG_TAG = "RMBTHistoryFragment";

    private ListAdapter historyList;