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 ar.com.martineo14.spotifystreamer2.ui.fragment.ArtistDetailActivityFragment.java

/**
 * A placeholder fragment containing a simple view.
 */
public class ArtistDetailActivityFragment extends Fragment {

    private static final String LOG_TAG = ArtistDetailActivityFragment.class.getSimpleName();

From source file ca.ualberta.app.activity.FragmentProfile.java

/**
 * This is the fragment activity for the mean question list, once the app is
 * started, or a user clicks the "Main" button on the bottom action bar
 * 
 * The fragment part is from this web site:
 * http://www.programering.com/a/MjNzIDMwATI.html

From source file ch.ccapps.android.zeneggen.fragment.TabSectionListFragment.java

public class TabSectionListFragment<T> extends Fragment
        implements SectionRecyclerAdapter.ViewHolderCreator, SectionRecyclerAdapter.SectionAdapterClickListener<T> {
    @Nullable
    private HashMap<String, List<T>> itemMap;
    private int fragmentListLayoutId;
    private String hotelType;

From source file ar.com.martineo14.spotifystreamer2.ui.fragment.SearchArtistFragment.java

/**
 * A placeholder fragment containing a simple view.
 */
public class SearchArtistFragment extends Fragment {

    List<Artist> artistResult;

From source file cat.wuyingren.rorhelper.fragments.GameFactionFragment.java

/**
 * Created by jordilb on 28/10/14.
 */
public class GameFactionFragment extends Fragment {

    public static final String ARG_FACTION_ID = "faction_id";

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

public class RMBTFilterFragment extends Fragment {

    // private static final String DEBUG_TAG = "RMBTFilterFragment";

    private RMBTMainActivity activity;

From source file cc.softwarefactory.lokki.android.fragments.AddContactsFragment.java

public class AddContactsFragment extends Fragment {

    private static final String TAG = "AddContacts";
    public static Set<String> emailsSelected;
    private ContactDataSource mContactDataSource;
    private ArrayList<String> contactList;

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

public class AcompanhamentoAvaliacao extends Fragment {

    //atributos de interface
    private ListView lstListaAvaliacoesRealizadas;

    //atributos auxiliares

From source file barqsoft.footballscores.ScoresFragment.java

/**
 * This fragment represent the main screen of the app and will display a list of matches with
 * data taken from database. It will also display appropriate message to te user when internet is
 * down or serveur is down.
 */
public class ScoresFragment extends Fragment

From source file ch.jeda.platform.android.CanvasFragment.java

class CanvasFragment extends Fragment implements SurfaceHolder.Callback, View.OnKeyListener, View.OnTouchListener {

    private static final Map<Integer, EventSource> INPUT_DEVICE_MAP = new HashMap<Integer, EventSource>();
    private static final Map<Integer, Key> KEY_MAP = initKeyMap();
    private final EnumSet<ViewFeature> features;
    private EventQueue eventQueue;