List of usage examples for android.app Fragment subclass-usage
From source file ua.pp.marievych.sunshine.ForecastFragment.java
/** * Encapsulates fetching the forecast and displaying it as a {@link android.widget.ListView} layout. */ public class ForecastFragment extends Fragment { private ArrayAdapter<String> mForecastAdapter;
From source file com.google.cloud.solutions.cloudadventure.GameScoresFragment.java
/** * This takes place post-game and shows player scores as individual games finish. * */ public class GameScoresFragment extends Fragment {
From source file com.example.run_tracker.LoginFragment.java
public class LoginFragment extends Fragment implements OnClickListener { private String TAG = "Login"; Button mLogin; EditText mUsername, mPassword; private ProgressDialog pDialog; private CheckBox mRememberme;
From source file com.hqas.ridetracker.RideTrackerFragment.java
/** * Created by joneby on 11/14/2013. */ public class RideTrackerFragment extends Fragment { private Resources res;
From source file com.example.xyzreader.ui.DetailFragment.java
/** * A fragment representing a single Article detail screen. This fragment is * either contained in a {@link ListActivity} in two-pane mode (on * tablets) or a {@link DetailActivity} on handsets. */ public class DetailFragment extends Fragment implements LoaderManager.LoaderCallbacks<Cursor> {
From source file com.murati.oszk.audiobook.ui.PlaybackControlsFragment.java
/** * A class that shows the Media Queue to the user. */ public class PlaybackControlsFragment extends Fragment { private static final String TAG = LogHelper.makeLogTag(PlaybackControlsFragment.class);
From source file com.rastating.droidbeard.fragments.NavigationDrawerFragment.java
/** * Fragment used for managing interactions for and presentation of a navigation drawer. * See the <a href="https://developer.android.com/design/patterns/navigation-drawer.html#Interaction"> * design guidelines</a> for a complete explanation of the behaviors implemented here. */ public class NavigationDrawerFragment extends Fragment {
From source file com.harsh.androidclientphpbackend.fragment.ProfileFragment.java
public class ProfileFragment extends Fragment implements View.OnClickListener { private TextView tv_name, tv_email, tv_message; private SharedPreferences pref; private AppCompatButton btn_change_password, btn_logout; private EditText et_old_password, et_new_password;
From source file com.example.olivi.maphap.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 ca.farrelltonsolar.classic.DayLogChart.java
/** * Created by Graham on 19/12/2014. */ public class DayLogChart extends Fragment { private static final String ARG_MONTH = "month"; private boolean isReceiverRegistered;