List of usage examples for android.support.v4.app Fragment subclass-usage
From source file ca.ualberta.cmput301w14t08.geochan.fragments.EditFragment.java
/**
* Allows the user to edit the text, location, and image of a comment
* they have made. The user can only edit a comment that they have made if
* their current hash (based on device ID and current username) matches the
* hash stored in the Comment being edited.
*
From source file butter.droid.fragments.MediaListFragment.java
/**
* This fragment is the main screen for viewing a collection of media items.
* <p/>
* LOADING
* <p/>
* This fragment has 2 ways of representing a loading state; If the data is being loaded for the first time, or the media detail for the
From source file ca.ualberta.cmput301w14t08.geochan.fragments.CustomLocationFragment.java
/**
* This class is a fragment which allows the user to specify a custom location
* for their post. It gives the user the ability to select a location on a map,
* pick from previously used locations, or simply use the user's current
* location.
*
From source file bikebadger.RideFragment.java
public class RideFragment extends Fragment implements TextToSpeech.OnInitListener { private static final String ARG_RUN_ID = "RUN_ID"; private static final int LOAD_RUN = 0; private static final int LOAD_LOCATION = 1; public static final int MY_DATA_CHECK_CODE_REQUEST = 9099;
From source file at.alladin.rmbt.android.about.RMBTAboutFragment.java
/** * * @author * */ public class RMBTAboutFragment extends Fragment {
From source file ca.ualberta.cmput301.t03.inventory.UserInventoryFragment.java
/**
* Fragment that displays the User's Inventory in a ListView.
* <p>
* By clicking the listed Items here the user can inspect, edit and delete.
* The User can add an item by pressing the FloatingActionButton.
*/
From source file br.com.bioscada.apps.biotracks.fragments.ChartFragment.java
/**
* A fragment to display track chart to the user.
*
* @author Sandor Dornbush
* @author Rodrigo Damazio
* @author schmaedech
From source file carsharing.starter.automotive.iot.ibm.com.mobilestarterapp.Home.CarBrowse.java
public class CarBrowse extends Fragment implements OnMapReadyCallback, LocationListener { private GoogleMap mMap; private GoogleApiClient client; final String[] pickerData = { "Current Location", "Tokyo, Japan", "MGM Grand, Las Vegas", "Mandalay Bay, Las Vegas", "Hellabrunn Zoo, Munich, Germany", "Nymphenburg Palace, Munich, Germany" };
From source file android.support.v17.leanback.app.OnboardingSupportFragment.java
/**
* An OnboardingSupportFragment provides a common and simple way to build onboarding screen for
* applications.
* <p>
* <h3>Building the screen</h3>
* The view structure of onboarding screen is composed of the common parts and custom parts. The
From source file br.com.GUI.perfil.MeusAlunos.java
public class MeusAlunos extends Fragment { //Atributos do expanded List View ExpandableListAdapter listAdapter; ExpandableListView expListView; List<RowItemAluno> listDataHeader;