List of usage examples for android.support.v4.app Fragment subclass-usage
From source file ch.gianulli.flashcards.BoardsFragment.java
public class BoardsFragment extends Fragment implements SwipeRefreshLayout.OnRefreshListener, BoardViewHolder.OnBoardSelectedListener, MarginItemDecoration.GridMetricsProvider { private static final String KEY_ACTIVE_PAGE = "active_page"; private TrelloAPI mTrelloApi;
From source file akhil.alltrans.AppListFragment.java
public class AppListFragment extends Fragment { private static SharedPreferences settings; private FragmentActivity context; private NestedScrollingListView listview; private FirebaseAnalytics mFirebaseAnalytics;
From source file ch.eitchnet.android.mabea.activity.TodayFragment.java
/** * @author Robert von Burg <eitch@eitchnet.ch> * */ public class TodayFragment extends Fragment {
From source file ca.taglab.PictureFrame.ScreenSlidePageFragment.java
/** * A fragment representing a single step in a wizard. The fragment shows a dummy title indicating * the page number, along with some dummy text. */ public class ScreenSlidePageFragment extends Fragment {
From source file ca.cmput301f13t03.adventure_datetime.view.AuthorEdit_Edit.java
/**
* Fragment controlled by AuthorEdit view
*
* Contains editing fields for a custom FragmentView
*
* @author James Finlay
From source file butter.droid.base.fragments.BaseStreamLoadingFragment.java
/**
* This fragment handles starting a stream of a torrent.
* <p/>
* <p/>
* It does multiple things:
* <p/>
From source file ca.ualberta.cmput301.t03.trading.TradeOfferHistoryFragment.java
/** * View that shows the history of all past and pending trades for a user. Will observe the users * tradelist for new trades. */ public class TradeOfferHistoryFragment extends Fragment implements Observer, SwipeRefreshLayout.OnRefreshListener {
From source file ca.hoogit.garagepi.Controls.DoorsFragment.java
/** * A simple {@link Fragment} subclass. * Use the {@link DoorsFragment#newInstance} factory method to * create an instance of this fragment. */ public class DoorsFragment extends Fragment implements DoorManager.IOnQuery, DoorView.IOnToggle {
From source file ca.cs.ualberta.localpost.view.PicTabView.java
/** * Displays comments that have pictures * @author Team 01 * */ public class PicTabView extends Fragment {
From source file ca.cs.ualberta.localpost.view.LastestTabView.java
/**
* Displays and order comments that were sorted by date (Most Recent dates will
* be first)
*
* @author Team 01
*