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 br.liveo.ndrawer.ui.fragment.MainFragment12.java

public class MainFragment12 extends Fragment {

    private boolean mSearchCheck;
    private static final String TEXT_FRAGMENT = "TEXT_FRAGMENT";
    private PreTrackingAdapter mPreTrackingAdapter;
    private ArrayList<PreTracking> mPreTrackingList;

From source file app.com.example.android.sunshine.ForecastFragment.java

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

    private ArrayAdapter<String> forecastAdapter = null;

From source file ch.gianulli.flashcards.ListsFragment.java

public class ListsFragment extends Fragment implements SwipeRefreshLayout.OnRefreshListener,
        ListViewHolder.OnListSelectedListener, MarginItemDecoration.GridMetricsProvider {

    private static final String KEY_ACTIVE_PAGE = "active_page";

    private static final String KEY_BOARD = "board";

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

/**
 * 
 * Fragment owned by the AuthorEdit view.
 * 
 * Shows a preview identical to the FragmentView for the author
 * to see expected fragment format.

From source file app.view.chat.ContactListFragment.java

/**
 * ?
 */
public class ContactListFragment extends Fragment {
    private ContactAdapter adapter;
    private List<User> contactList;

From source file at.alladin.rmbt.android.map.RMBTMapFilterFragment.java

/**
 * 
 * @author bp
 * 
 */
public class RMBTMapFilterFragment extends Fragment implements OnItemClickListener, OnKeyListener {

From source file ca.ualberta.cs.cmput301w15t04team04project.FragmentEditItem2.java

/**
 * <p><b>
 * This is the fragment part 2 for adding/editing an item.</b><br>
 * In this part of the fragment, you can add the description of an item and receipt<br>
 * You also can edit the item if you already add one item and choose the one you want to edit.<br>
 * You can enter the description as much as you want but you can add only one receipt.<br>

From source file app.CT.BTCCalculator.fragments.ProfitFragment.java

public class ProfitFragment extends Fragment {
    private EditText btcBought;
    private EditText btcBoughtPrice;
    private EditText btcSell;
    private EditText btcSellPrice;
    private EditText transPercent;

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

public class PlacesFragment extends Fragment {

    private static final String TAG = "PlacesFragment";
    private Context context;
    private ArrayList<String> placesList;
    private JSONObject peopleInsidePlace;

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

public class ConcluirAvaliacao extends Fragment {

    //atributos de interface
    private Button salvarAvaliacao;
    private ProgressBar pgrssSalvarAvaliacao;