List of usage examples for android.support.v4.app Fragment subclass-usage
From source file click.kobaken.rxirohaandroid_sample.view.fragment.AssetReceiveFragment.java
public class AssetReceiveFragment extends Fragment implements AssetReceiveView, MainActivity.MainActivityListener { public static final String TAG = AssetReceiveFragment.class.getSimpleName(); private static final String ARG_ASSET_RECEIVE_KEY_UUID = "uuid"; private AssetReceivePresenter assetReceivePresenter = new AssetReceivePresenter();
From source file cc.metapro.openct.myclass.DailyFragment.java
public class DailyFragment extends Fragment implements ClassContract.View {
@BindView(R.id.recycler_view)
RecyclerView mRecyclerView;
@BindView(R.id.empty_view)
TextView mEmptyView;
From source file album.AlbumFragmentMain.java
/** *The main Album fragment which consist of a * page adapter having 23 fragments */ public class AlbumFragmentMain extends Fragment { /**
From source file ch.citux.td.ui.fragments.TDFragment.java
public abstract class TDFragment<Result> extends Fragment implements TDBase, TDCallback<Result> { private TDActivity activity; private Bundle args; protected boolean hasUsername; @Optional
From source file ar.com.martineo14.spotifystreamer.SearchArtistFragment.java
/** * A placeholder fragment containing a simple view. */ public class SearchArtistFragment extends Fragment { public static final String ARTIST_NAME = "artist_name";
From source file click.kobaken.rxirohaandroid_sample.view.fragment.AccountRegisterFragment.java
public class AccountRegisterFragment extends Fragment implements AccountRegisterView { public static final String TAG = AccountRegisterFragment.class.getSimpleName(); private AccountRegisterPresenter accountRegisterPresenter = new AccountRegisterPresenter(); private FragmentAccountRegisterBinding binding;
From source file carsharing.starter.automotive.iot.ibm.com.mobilestarterapp.Trips.Trips.java
public class Trips extends Fragment { public TripData[] trips; public ArrayList<ArrayList<String>> locationCache; private View view;
From source file am.util.mvp.AMSupportFragment.java
/** * Fragment * Created by Alex on 2017/3/14. */ @SuppressWarnings("unused") public abstract class AMSupportFragment extends Fragment {
From source file br.com.hype.medan.ThisFreeFragment.java
/** * Fragment that displays "Tuesday". */ public class ThisFreeFragment extends Fragment { ArrayList<Event> eventList;
From source file br.com.hype.medan.ThisHappeningFragment.java
/** * Fragment that displays "Tuesday". */ public class ThisHappeningFragment extends Fragment { ArrayList<Event> eventList;