List of usage examples for android.app Fragment subclass-usage
From source file fr.cph.chicago.fragment.BusFragment.java
/**
* Bus Fragment
*
* @author Carl-Philipp Harmant
* @version 1
*/
From source file com.example.snowball.SnowBallFriendsFragment.java
public class SnowBallFriendsFragment extends Fragment { private ViewPager mPager;// private List<View> listViews; // Tab private ImageView cursor;// private TextView t1, t2, t3, t4;//
From source file com.royclarkson.springagram.PhotoAddFragment.java
/** * {@link Fragment} for adding a new photo within an {@link ItemResource} * * @author Roy Clarkson */ public class PhotoAddFragment extends Fragment {
From source file com.bodeme.easycloud.syncadapter.EnterCredentialsFragment.java
public class EnterCredentialsFragment extends Fragment implements TextWatcher { TextView textHttpWarning, textUrl; EditText editUserName, editPassword, editURL; Button btnNext; int typePosition;
From source file org.exfio.weavedroid.syncadapter.EnterCredentialsFragment.java
public class EnterCredentialsFragment extends Fragment implements TextWatcher {
String protocol;
TextView textHttpWarning, labelSyncKey;
EditText editBaseURL, editUserName, editPassword, editSyncKey;
Spinner spnrProtocol;
From source file com.josecalles.porridge.group.list.GroupListFragment.java
public class GroupListFragment extends android.app.Fragment implements GroupListContract.View {
@Bind(R.id.groups_rv)
RecyclerView mRecyclerView;
@Bind(R.id.progress_bar)
From source file com.android.mail.ui.HelpFragment.java
/** * This fragment shows the Help screen. */ public final class HelpFragment extends Fragment { /** Displays the copyright information, privacy policy or open source licenses. */
From source file com.android.settings.applications.AppOpsSummary.java
public class AppOpsSummary extends Fragment { // layout inflater object used to inflate views private LayoutInflater mInflater; private ViewGroup mContentContainer; private View mRootView;
From source file com.grepsound.fragments.MyProfileFragment.java
/**
* "THE BEER-WARE LICENSE" (Revision 42):
* <phk@FreeBSD.ORG> wrote this file. As long as you retain this notice you
* can do whatever you want with this stuff. If we meet some day, and you think
* this stuff is worth it, you can buy me a beer in return
*
From source file com.sonaive.v2ex.ui.debug.TestFragment.java
/**
* LoaderCallbacks.OnLoadFinished called twice after screen rotation changes.
* see "http://stackoverflow.com/questions/11293441/android-loadercallbacks-onloadfinished-called-twice"
* and i put initLoader in onResume function instead of onActivityCreated or onCreate.
* Created by liutao on 12/1/14.
*/