List of usage examples for android.support.v4.app Fragment subclass-usage
From source file ca.cs.ualberta.localpost.view.GreatestTabView.java
/** * Displays and orders comments that are sorted by greatest points * * @author Team 01 */ public class GreatestTabView extends Fragment {
From source file ca.cmput301f13t03.adventure_datetime.view.FragmentView.java
/**
* View Accessed via MainView > Continue > ~Select Item~ or via MainView > BrowseView > StoryDescription > ~Play /
* Continue item ~
* <p/>
* Holds Horizontal filmstrip containing illustrations at top of page, story fragment text in the view, and an actions
* buttons at the bottom of the page.
From source file ca.cs.ualberta.localpost.view.NoPicTabView.java
/** * Displays comments that don't have pictures * @author Team 01 * */ public class NoPicTabView extends Fragment {
From source file biz.incomsystems.fwknop2.ConfigDetailFragment.java
/**
* A fragment representing a single Config detail screen.
* This fragment is either contained in a {@link ConfigListActivity}
* in two-pane mode (on tablets) or a {@link ConfigDetailActivity}
* on handsets.
*/
From source file ca.six.unittestapp.todo.tasks.TasksFragment.java
/** * Display a grid of {@link Task}s. User can choose to view all, active or completed tasks. */ public class TasksFragment extends Fragment implements TasksContract.View { private TasksContract.Presenter mPresenter;
From source file ca.rmen.android.poetassistant.main.dictionaries.ResultListFragment.java
public class ResultListFragment<T> extends Fragment implements LoaderManager.LoaderCallbacks<ResultListData<T>>, OnFilterListener { private static final String TAG = Constants.TAG + ResultListFragment.class.getSimpleName(); private static final String EXTRA_FILTER = "filter"; public static final String EXTRA_TAB = "tab"; static final String EXTRA_QUERY = "query";
From source file br.liveo.ndrawer.ui.fragment.MainFragment22.java
public class MainFragment22 extends Fragment { private boolean mSearchCheck; private static final String TEXT_FRAGMENT = "TEXT_FRAGMENT"; private RestInfoAdapter mRestInfoAdapter; private ArrayList<RestInfo> mRestInfoList;
From source file ca.cs.ualberta.localpost.view.FreshestTabView.java
/**
* This View will show all the comments that are
* sorted by points, distance from user and and recent date
* @author Team 01
*
*/
From source file butter.droid.fragments.NavigationDrawerFragment.java
public class NavigationDrawerFragment extends Fragment implements NavigationAdapter.Callback { /** * Remember the position of the selected item. */ private static final String STATE_SELECTED_POSITION = "selected_navigation_drawer_position";
From source file ca.ualberta.cmput301.t03.user.FriendsListFragment.java
/**
* Fragment that displays the User's FriendsList
* in a ListView.
* <p>
* The User can also add Friends here, by
* pressing the FloatingActionButton.