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 cc.mintcoin.wallet.ui.WalletAddressFragment.java

/**
 * @author Andreas Schildbach
 */
public final class WalletAddressFragment extends Fragment {
    private FragmentActivity activity;
    private WalletApplication application;

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

public class CarShareFragment extends Fragment implements SectionRecyclerAdapter.ViewHolderCreator,
        SectionRecyclerAdapter.SectionAdapterClickListener<CarShareMobile> {
    @Nullable
    private HashMap<String, List<CarShareMobile>> mCarShares;
    private final static String serialKey = "carshares";

From source file city.uk.co.sunshine.ForecastFragment.java

/**
 * Encapsulates fetching the forecast and displaying it as a {@link ListView} layout.
 */
public class ForecastFragment extends Fragment {

    private ArrayAdapter<String> mForecastAdapter;

From source file biz.easymenu.easymenung.TableListFragment.java

public class TableListFragment extends Fragment {

    LayoutInflater li = null;
    ItemAdapter adapter = null;
    //ItemAdapter adapter = null;

From source file ch.arnab.simplelauncher.GridFragment.java

/**
 * Based on {@link android.app.ListFragment} but adapted for {@link GridView}.
 */
public class GridFragment extends Fragment {

    static final int INTERNAL_EMPTY_ID = 0x00ff0001;

From source file ca.rmen.android.palidamuerte.app.category.list.CategoriesFragment.java

public class CategoriesFragment extends Fragment { // NO_UCD (unused code)

    private static final String TAG = Constants.TAG + CategoriesFragment.class.getSimpleName();
    private static final int URL_LOADER = 0;
    private View mProgressBar;

From source file br.com.oficinatablet.login.fragments.LoginFragment.java

/**
 * Created by Mateus Emanuel Arajo on 9/10/16.
 * MA Solutions
 * teusemanuel@gmail.com
 */
public class LoginFragment extends Fragment {

From source file at.wada811.app.fragment.ExpandableListFragment.java

/**
 * An fragment that displays an expandable list of items by binding to a data
 * source implementing the ExpandableListAdapter, and exposes event handlers
 * when the user selects an item.
 */
public class ExpandableListFragment extends Fragment

From source file ca.cmput301f13t03.adventure_datetime.view.AuthorEdit_Overview.java

/**
 * 
 * Fragment owned by the AuthorEdit view
 * 
 * Shows a dynamically-created tree represetning
 * the nodes of the current story.

From source file ca.ualberta.cmput301.t03.user.ViewProfileFragment.java

/**
 * Fragment which provides an interface for viewing a {@link User}'s {@link UserProfile}.
 */
public class ViewProfileFragment extends Fragment implements Observer {
    // the fragment initialization parameters, e.g. ARG_ITEM_NUMBER
    private static final String ARG_PARAM1 = "user";