List of usage examples for android.support.v4.app Fragment subclass-usage
From source file android.com.example.contactslist.ui.ContactDetailFragment.java
/**
* This fragment displays details of a specific contact from the contacts provider. It shows the
* contact's display photo, name and all its mailing addresses. You can also modify this fragment
* to show other information, such as phone numbers, email addresses and so forth.
*
* This fragment appears full-screen in an activity on devices with small screen sizes, and as
From source file android.support.v17.leanback.app.SearchSupportFragment.java
/**
* A fragment to handle searches. An application will supply an implementation
* of the {@link SearchResultProvider} interface to handle the search and return
* an {@link ObjectAdapter} containing the results. The results are rendered
* into a {@link RowsSupportFragment}, in the same way that they are in a {@link
* BrowseSupportFragment}.
From source file br.com.GUI.avaliacoes.AvaliarPerimetria.java
public class AvaliarPerimetria extends Fragment { //medidas gerais private NumberPicker nmbQuadril; private NumberPicker nmbAbdomen;
From source file ca.ualberta.app.activity.FragmentMain.java
/**
* This is the fragment activity for the search functionality, once a user
* clicks the "Search" button on the bottom action bar
*
* The fragment part is from this web site:
* http://www.programering.com/a/MjNzIDMwATI.html
From source file at.ac.tuwien.detlef.fragments.PlayerFragment.java
public class PlayerFragment extends Fragment implements PlaylistDAO.OnPlaylistChangeListener, EpisodeDAO.OnEpisodeChangeListener { private static final int PROGRESS_BAR_UPDATE_INTERVAL = 500; private final Handler playProgressUpdateHandler = new Handler();
From source file br.com.GUI.perfil.PerfilPersonal.java
public class PerfilPersonal extends Fragment { //Elementos da interface private ImageView img; private EditText nome; private NumberPicker dataNascimentoDia;
From source file cc.softwarefactory.lokki.android.fragments.MapViewFragment.java
public class MapViewFragment extends Fragment { private static final String TAG = "MapViewFragment"; private SupportMapFragment fragment; private GoogleMap map; private HashMap<String, Marker> markerMap;
From source file cl.ipp.katbag.fragment.Player.java
public class Player extends Fragment implements SensorEventListener { private Tracker tracker; static View v = null; public static MainActivity mainActivity;
From source file at.alladin.rmbt.android.loopmode.LoopModeTestFragment.java
public class LoopModeTestFragment extends Fragment implements ServiceConnection, RMBTLoopServiceConnection { public final static String TAG = "LoopModeStartFragment"; public static final class LoopModeViewHolder { private class StringsHolder {
From source file br.liveo.ndrawer.ui.fragment.FragmentNotificationsfacebook.java
public class FragmentNotificationsfacebook extends Fragment implements GraphRequest.Callback, View.OnClickListener, AdapterView.OnItemClickListener, AdapterView.OnItemLongClickListener { private boolean mSearchCheck; private static final String TEXT_FRAGMENT = "TEXT_FRAGMENT"; TextView tv_notification; CallbackManager callbackManager;