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 at.tomtasche.reader.ui.widget.PageFragment.java

public class PageFragment extends Fragment {

    public static final String FRAGMENT_TAG = "page_fragment";

    private static final String EXTRA_SCROLL_POSITION = "scroll_position";

From source file bentaang.chonlakant.com.drawer.fragment.VideoViewNativeFragment.java

public class VideoViewNativeFragment extends Fragment {

    /**
     * TODO: Set the path variable to a streaming video URL or a local media file
     * path.
     */

From source file cc.mintcoin.wallet.ui.WalletActionsFragment.java

/**
 * @author Andreas Schildbach
 */
public final class WalletActionsFragment extends Fragment {
    private WalletActivity activity;

From source file cn.androidy.swiftlib.displaybitmaps.ImageDetailFragment.java

/**
 * This fragment will populate the children of the ViewPager from {@link ImageDetailActivity}.
 */
public class ImageDetailFragment extends Fragment {
    private static final String IMAGE_DATA_EXTRA = "extra_image_data";
    private String mImageUrl;

From source file at.ac.uniklu.mobile.sportal.DashboardMenuFragment.java

public class DashboardMenuFragment extends Fragment {

    @Override
    public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
        View v = inflater.inflate(R.layout.dashboard_menu, container, false);

From source file bbct.android.common.activity.About.java

public class About extends Fragment {

    private static final String TAG = About.class.getName();

    @Override
    public View onCreateView(@NonNull LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {

From source file cc.metapro.openct.splash.views.LoginFragment.java

public class LoginFragment extends Fragment implements SplashContract.LoginView {
    private static final String KEY_TYPE = "type";

    @BindView(R.id.img)
    ImageView mImageView;
    @BindView(R.id.username)

From source file ca.xef6.firecamp.SessionLoginFragment.java

public class SessionLoginFragment extends Fragment {
    private static final String URL_PREFIX_FRIENDS = "https://graph.facebook.com/me/friends?access_token=";

    private TextView textInstructionsOrLink;
    private Button buttonLoginLogout;
    private Session.StatusCallback statusCallback = new SessionStatusCallback();

From source file andlabs.lounge.lobby.ui.StatsFragment.java

public class StatsFragment extends Fragment implements LoaderCallbacks<Cursor> {

    private TextView mPlayerOnl;
    private TextView mOpenGames;
    private TextView mMsgesSend;

From source file apt.addiction.ui.HomeFragment.java

public class HomeFragment extends Fragment implements Observer<Void> {

    private ListView listView;

    private CompositeSubscription subscriptions = new CompositeSubscription();