List of usage examples for android.app Fragment subclass-usage
From source file com.afwsamples.testdpc.SetupManagementFragment.java
/** * This {@link Fragment} shows the UI that allows the user to start the setup of a managed profile * or configuration of a device-owner if the device is in an appropriate state. */ public class SetupManagementFragment extends Fragment implements NavigationBar.NavigationBarListener, View.OnClickListener, ColorPicker.OnColorSelectListener, RadioGroup.OnCheckedChangeListener {
From source file com.brandao.tictactoe.board.BoardFragment.java
public class BoardFragment extends Fragment implements OnClickListener { public final String TAG = "BoardFragment"; private final String SAVED_STATE_PLAYER_ONE_WINS = "player_one_wins"; private final String SAVED_STATE_PLAYER_TWO_WINS = "player_two_wins"; private final String SAVED_STATE_TOTAL_TIES = "player_total_ties";
From source file com.schmidtse.apptests42.Camera2VideoFragment.java
public class Camera2VideoFragment extends Fragment implements View.OnClickListener, FragmentCompat.OnRequestPermissionsResultCallback { private static final SparseIntArray ORIENTATIONS = new SparseIntArray(); private static final String TAG = "Camera2VideoFragment";
From source file smart.services.fragment.AddCar.java
public class AddCar extends Fragment {
ListView lv;
SwipeRefreshLayout swipeView;
TextView addCarTitleTV, brandTV, brandIdTV, modelTV, modelIdTV, colorNameTV, yearTV, insuranceTV, insuranceIdTV,
errorMessageTV, colorIdTV;
EditText memberName, chassisEt, licenseNumberET;
From source file net.mEmoZz.PopMovies.frags.DetailFragment.java
/**
* Copyright (C) 2015 Mohamed Fathy
* <p/>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
From source file android.support.v14.preference.PreferenceFragment.java
/**
* Shows a hierarchy of {@link Preference} objects as
* lists. These preferences will
* automatically save to {@link android.content.SharedPreferences} as the user interacts with
* them. To retrieve an instance of {@link android.content.SharedPreferences} that the
* preference hierarchy in this fragment will use, call
From source file com.mohammedsazidalrashid.android.sunshine.ForecastFragment.java
/** * Created by sazid on 12/19/2014. */ public class ForecastFragment extends Fragment implements SwipeRefreshLayout.OnRefreshListener { public static final String EXTRA_FORECAST = null;
From source file com.google.android.apps.forscience.whistlepunk.project.ProjectTabsFragment.java
/** * A simple {@link Fragment} subclass. * Use the {@link ProjectTabsFragment#newInstance} factory method to * create an instance of this fragment. */ public class ProjectTabsFragment extends Fragment implements DeleteMetadataItemDialog.DeleteDialogListener {
From source file com.makotojava.android.debate.PolicySpeechFragment.java
public class PolicySpeechFragment extends Fragment { // private static final boolean _testing = false; // Log TAGs private static final String TAG = PolicySpeechFragment.class.getName();
From source file com.blueverdi.rosietheriveter.MoreFragment.java
public class MoreFragment extends Fragment implements OnClickListener { private static final String TAG = "SitesFragment"; private static final String IMAGE_SOURCE = "site_images"; private static final String MAP_VIEW = "mapView"; private static final String BIG_ROSIE_MAP = "big_rosie.map"; private ArrayList<Site> sites;