List of usage examples for android.support.v4.app Fragment subclass-usage
From source file brama.com.hearthum.waveform.WaveformFragment.java
/**
* Keeps track of the waveform display, current horizontal offset, marker handles,
* start / end text boxes, and handles all of the buttons and controls
*
* Modified by Anna Stpie <anna.stepien@semantive.com>
*/
From source file br.com.GUI.perfil.PerfilAluno.java
public class PerfilAluno extends Fragment { //elementos de interface private ImageView img; private EditText nome;
From source file ca.rmen.android.scrumchatter.meeting.detail.MeetingFragment.java
/** * Displays info about a meeting (the duration) as well as the list of members participating in a particular meeting. */ public class MeetingFragment extends Fragment { private String TAG = Constants.TAG + "/" + MeetingFragment.class.getSimpleName() + "/"
From source file br.liveo.ndrawer.ui.fragment.MainFragment.java
public class MainFragment extends Fragment { private boolean mSearchCheck; private static final String TEXT_FRAGMENT = "TEXT_FRAGMENT"; //UI
From source file br.com.oficinatablet.chats.fragments.ChatSectionFragment.java
/** * Created by Mateus Emanuel Arajo on 9/11/16. * MA Solutions * teusemanuel@gmail.com */ public class ChatSectionFragment extends Fragment {
From source file ca.ualberta.cmput301w14t08.geochan.fragments.PostFragment.java
/** * Responsible for the UI fragment that allows a user to post a new thread. * * @author Artem Chikin */ public class PostFragment extends Fragment {
From source file br.com.GUI.aulas.Agenda.java
public class Agenda extends Fragment { //atributos de interface private ListView lstAulas; private Spinner spnFiltrarAulas;
From source file ca.ualberta.cmput301w14t08.geochan.fragments.MapViewFragment.java
/**
* A Fragment class for displaying Maps. The Map will display the locations of
* each comment in the thread, and will center around the original post. It will
* provide the feature of getting directions from the users current location to
* the location of the original post.
*
From source file cmu.cconfs.instantMessage.activities.ContactlistFragment.java
/** * ? * */ public class ContactlistFragment extends Fragment { public static final String TAG = "ContactlistFragment";
From source file br.com.bioscada.apps.biotracks.fragments.ChartAndPacerFragment.java
/**
* A fragment to display track chart and pacer to the user.
*
* @author Sandor Dornbush
* @author Rodrigo Damazio
* @author Marlon Moraes