List of usage examples for android.support.v4.app Fragment subclass-usage
From source file biz.easymenu.easymenung.LeftMenuFragment.java
public class LeftMenuFragment extends Fragment { @Override public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { // Inflate the layout for this fragment return inflater.inflate(R.layout.leftmenu, null, true);
From source file cn.com.nggirl.ngdemo.transition.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.
*
* <p>This class is used by the {@link CardFlipActivity} and {@link
* ScreenSlideActivity} samples.</p>
From source file avion.piedrapapellagarto.GameFragment.java
public class GameFragment extends Fragment {
@BindView(R.id.match_result)
View matchResult;
@BindView(R.id.oponent_choice)
From source file ch.bfh.instacircle.ParticipantDetailFragment.java
/**
* Fragment which is embedded in the ParticipantDetailActivity. It displays
* information of a participant.
*
* @author Juerg Ritter (rittj1@bfh.ch)
*/
From source file app.android.example.com.commontcents.ListContentFragment.java
/** * Provides UI for the view with List. */ public class ListContentFragment extends Fragment { public PoolCounter poolCounter = new PoolCounter();
From source file applications.kantedal.hejablvitt.fragments.WebViewFragment.java
/** * A fragment that displays a WebView. * <p> * The WebView is automically paused or resumed when the Fragment is paused or resumed. */ public class WebViewFragment extends Fragment {
From source file clain.boris.myGames.WinFragment.java
/**
* Fragment that shows the 'You won' message. Apart from congratulating the user
* on their heroic number typing deeds, this screen also allows the player to sign
* in if they are not signed in yet.
*
* @author Bruno Oliveira (Google)
From source file alexander.martinz.libs.materialpreferences.MaterialSupportPreferenceFragment.java
public class MaterialSupportPreferenceFragment extends Fragment { protected LinearLayout mFragmentPreferenceContainer; protected int getLayoutResourceId() { return -1; }
From source file au.com.cybersearch2.classyfy.ProgressFragment.java
/** * ProgressFragment * @author Andrew Bowley * 29/05/2014 */ public class ProgressFragment extends Fragment {
From source file at.diamonddogs.example.http.fragment.TestFragment.java
public class TestFragment extends Fragment { @HideUiElementOnWebRequest private TextView testText; @Override public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container,