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 app.park.com.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 aloha.shiningstarbase.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 br.com.dgimenes.sunshine.DetailFragment.java

/**
 * A placeholder fragment containing a simple view.
 */
public class DetailFragment extends Fragment implements LoaderManager.LoaderCallbacks<Cursor> {

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

From source file android.support.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 biz.franch.protoi2.cache.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 ca.ualberta.cmput301.t03.trading.toptraders.TopTradersFragment.java

/**
 * The view for the Top Traders feature. Shows the current list of top 10 traders.
 * Source (Icon): https://developers.google.com/games/services/images/branding/ic_play_games_badge_leaderboards_gray.png
 * Accessed: 28 Nov
 * Created by rishi on 15-11-28.
 */

From source file application.beacon.industrial.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 cc.metapro.openct.myclass.TableFragment.java

public class TableFragment extends Fragment implements ClassContract.View {

    @BindView(R.id.seq)
    LinearLayout mSeq;
    @BindView(R.id.content)
    RelativeLayout mContent;

From source file br.com.testmaster.view.fragment.OffersFragment.java

/**
 *
 */
public class OffersFragment extends Fragment implements SwipeRefreshLayout.OnRefreshListener, AsyncResponse {

    RecyclerView mRecyclerView;

From source file ca.shoaib.ping.PingListFragment.java

/**
    
 */
public class PingListFragment extends Fragment {
    public static final String TAG = PingListFragment.class.getSimpleName();
    private static final String KEY_PINGS = "ping_results";