List of usage examples for android.support.v4.app Fragment subclass-usage
From source file ch.berta.fabio.popularmovies.presentation.workerfragments.BaseWorker.java
/** * Provides an abstract base class for worker fragments that are retained across configuration * changes in order to to async tasks. */ public abstract class BaseWorker<T> extends Fragment {
From source file cn.androidy.materialdesignsample.immersivemode.ImmersiveModeFragment.java
public class ImmersiveModeFragment extends Fragment { public static final String TAG = "ImmersiveModeFragment"; @Override public void onCreate(Bundle savedInstanceState) {
From source file app.philm.in.fragments.LicencesFragment.java
public class LicencesFragment extends Fragment implements AboutController.AboutOpenSourcesUi { private WebView mWebView; @Override public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
From source file awbb.droid.data.RatingNameFragment.java
/** * Rating name fragment. * * @author Benoit Garrigues <bgarrigues@gmail.com> */ public class RatingNameFragment extends Fragment {
From source file clain.boris.myGames.GameplayFragment.java
/**
* Fragment for the gameplay portion of the game. It shows the keypad
* where the user can request their score.
*
* @author Bruno Oliveira (Google)
*
From source file br.com.anteros.vendas.gui.PedidoCadastroItensFragment.java
/**
* Fragmento responsvel por mostrar a lista de itens do pedido.
*
* @author Eduardo Greco (eduardogreco93@gmail.com)
* Eduardo Albertini (albertinieduardo@hotmail.com)
* Edson Martins (edsonmartins2005@gmail.com)
From source file clain.boris.myGames.MainMenuFragment.java
/**
* Fragment with the main menu for the game. The main menu allows the player
* to choose a gameplay mode (Easy or Hard), and click the buttons to
* show view achievements/leaderboards.
*
* @author Bruno Oliveira (Google)
From source file ca.shoaib.ping.PingDetailActivityFragment.java
/** * A placeholder fragment containing a simple view. */ public class PingDetailActivityFragment extends Fragment { public static final String DEBUG_TAG = PingDetailActivityFragment.class.getSimpleName(); private static final String KEY_DETAIL = "ping_detail";
From source file awbb.droid.data.RatingSensorFragment.java
/** * Rating sensor fragment. * * @author Benoit Garrigues <bgarrigues@gmail.com> */ public class RatingSensorFragment extends Fragment {
From source file amhamogus.com.daysoff.fragments.SingleEventFragment.java
public class SingleEventFragment extends Fragment {
String desc;
String startTime;
String location;
@BindView(R.id.single_event_desc_field)