List of usage examples for android.app Fragment subclass-usage
From source file com.adr.raspberryleds.LedDataFragment.java
public class LedDataFragment extends Fragment { public static final String TAG = "LEDDataFragment-Tag"; private LedDataCallbacks callbacks = null;
From source file ca.zadrox.dota2esportticker.ui.TeamOverviewFragment.java
/** * Created by Acco on 12/11/2014. */ public class TeamOverviewFragment extends Fragment { private static final String TAG = TeamOverviewFragment.class.getSimpleName();
From source file com.songnick.blogdemo.fragment.NetEaseDemo_Fragment.java
/** * A basic sample which shows how to use {@link com.example.android.common.view.SlidingTabLayout} * to display a custom {@link ViewPager} title strip which gives continuous feedback to the user * when scrolling. */ @SuppressLint("NewApi")
From source file com.example.android.animationsdemo.ScreenSlidePageFragment.java
/**
* A fragment representing a single step in a wizard. The fragment shows a dummy title indicating
* the page number, along with some dummy text.
*
* <p>This class is used by the {@link CardFlipActivity} and {@link
* ScreenSlideActivity} samples.</p>
From source file com.granita.icloudcalsync.ui.setup.LoginURLFragment.java
public class LoginURLFragment extends Fragment implements TextWatcher { protected Spinner spnrScheme; protected TextView textHttpWarning; protected EditText editBaseURI, editUserName, editPassword; protected CheckBox checkboxPreemptive;
From source file com.royclarkson.springagram.HomeFragment.java
/** * @author Roy Clarkson */ public class HomeFragment extends Fragment { public static final String TAG = HomeFragment.class.getSimpleName();
From source file com.samsung.msca.samsungvr.sampleapp.BaseFragment.java
public class BaseFragment extends Fragment { protected LocalBroadcastManager mLocalBroadcastManager; @Override public void onCreate(Bundle savedInstanceState) {
From source file com.baqsoft.listas.ui.edit.EditItemFragment.java
public class EditItemFragment extends Fragment implements LoaderManager.LoaderCallbacks<Cursor> { SimpleCursorAdapter checklistSpinnerAdapter; Spinner mSpinner; EditText editTitle; EditText editNotes; long itemId;
From source file com.jaguarlandrover.auto.remote.vehicleentry.LockActivityFragment.java
public class LockActivityFragment extends Fragment { public static final String STOPPED_LBL = "StartStop"; public static final String LOCKED_LBL = "OpenClose"; private static final String TAG = "RVI";
From source file de.lebenshilfe_muenster.uk_gebaerden_muensterland.sign_browser.SignBrowserFragment.java
/**
* Copyright (c) 2016 Matthias Tonhuser
* <p/>
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or