List of usage examples for android.app Fragment subclass-usage
From source file com.example.meetingapp.ShowResultsFragment.java
@SuppressLint("ValidFragment") public class ShowResultsFragment extends Fragment { public static final String TAG = ShowResultsFragment.class.getSimpleName(); private static final GeocodeService mGeocodeService = new GeocodeService(); private static final PlacesService mPlacesService = new PlacesService(
From source file com.google.samples.apps.iosched.map.MapInfoFragment.java
/** * Displays information about the map. * This includes a list of sessions that are directly loaded by this fragment. */ public abstract class MapInfoFragment extends Fragment implements LoaderManager.LoaderCallbacks<Cursor> {
From source file com.example.pyrkesa.frag.RoomSettingFragment.java
/** * Created by pyrkesa on 29/01/2015. */ public class RoomSettingFragment extends Fragment { private ArrayList<BeaconItem> beaconItems;
From source file com.mohammedsazidalrashid.android.sunshine.DetailsFragment.java
public class DetailsFragment extends Fragment { private static final String LOG_TAG = DetailsFragment.class.getSimpleName(); private static final String FORECAST_SHARE_HASHTAG = " #SunshineApp";
From source file biz.wiz.android.wallet.ui.WalletAddressFragment.java
/** * @author Andreas Schildbach */ public final class WalletAddressFragment extends Fragment implements NfcAdapter.CreateNdefMessageCallback { private Activity activity; private WalletApplication application;
From source file com.sean.takeastand.ui.MainImageButtonFragment.java
public class MainImageButtonFragment extends Fragment { private ImageView ivStickFigure; private TextSwitcher txtTap; private TextView tapTextView; private static final String TAG = "MainImageButtonFragment"; private Context mContext;
From source file gov.in.bloomington.georeporter.fragments.ReportFragment.java
super.onSaveInstanceState(outState); outState.putString("service", mService.toString()); } @Override public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
From source file com.example.android.wifidirect.DeviceDetailFragment.java
/** * A fragment that manages a particular peer and allows interaction with device * i.e. setting up network connection and transferring data. */ public class DeviceDetailFragment extends Fragment implements ConnectionInfoListener {
From source file android.support.v17.leanback.app.VerticalGridFragment.java
/**
* A fragment for creating leanback vertical grids.
*
* <p>Renders a vertical grid of objects given a {@link VerticalGridPresenter} and
* an {@link ObjectAdapter}.
*/
From source file com.orpheusdroid.screenrecorder.VideosListFragment.java
/**
* <p>
* This fragment lists the videos recorded
* </p>
*
* @author Vijai Chandra Prasad .R