List of usage examples for android.app Fragment subclass-usage
From source file com.matthewmitchell.peercoin_android_wallet.ui.WalletTransactionsFragment.java
/** * @author Andreas Schildbach */ public final class WalletTransactionsFragment extends Fragment { private static final int INITIAL_PAGE = 1;
From source file org.catnut.plugin.fantasy.FantasyFallFragment.java
/** * 500px ? * * @author longkai */ public class FantasyFallFragment extends Fragment implements LoaderManager.LoaderCallbacks<Cursor>,
From source file com.kogitune.prelollipoptransition.fragment.EndFragment.java
public class EndFragment extends Fragment { @Override public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { View v = inflater.inflate(R.layout.fragment_end, container, false); final ExitFragmentTransition exitFragmentTransition = FragmentTransition.with(this) .interpolator(new LinearOutSlowInInterpolator()).to(v.findViewById(R.id.fragment_imageView))
From source file com.axum.darivb.searchview.SlidingTabsBasicFragment.java
public class SlidingTabsBasicFragment extends Fragment { private String[] tabs = { "People", "Posts" }; private SearchView searchView; @Override
From source file com.hh.othersAuthors.ProgressFragment.java
/**
* The implementation of the fragment to display content. Based on {@link android.support.v4.app.ListFragment}.
* If you are waiting for the initial data, you'll can displaying during this time an indeterminate progress indicator.
*
* @author Evgeny Shishkin
*/
From source file gov.in.bloomington.georeporter.fragments.SavedReportViewFragment.java
public class SavedReportViewFragment extends Fragment { private static final String POSITION = "position"; private JSONArray mServiceRequests; private ServiceRequest mServiceRequest; private int mPosition;
From source file se.goransson.messengerapp.ChatFragment.java
/** * * @author andreas * */ public class ChatFragment extends Fragment implements Notifiable {
From source file com.ssf.linkcf.fragment.ProgressFragment.java
/**
* The implementation of the fragment to display content. Based on {@link android.support.v4.app.ListFragment}.
* If you are waiting for the initial data, you'll can displaying during this time an indeterminate progress indicator.
*
* @author Evgeny Shishkin
*/
From source file com.example.demo_dv_fuse.FlightsTab.java
/** * The available flights tab UI. */ public final class FlightsTab extends Fragment { static final String ID = FlightsTab.class.getSimpleName();
From source file org.dkf.jmule.fragments.AboutFragment.java
/** * @author gubatron * @author aldenml * */ public class AboutFragment extends Fragment implements MainFragment {