List of usage examples for android.app Fragment subclass-usage
From source file at.bitfire.davdroid.syncadapter.EnterCredentialsFragment.java
public class EnterCredentialsFragment extends Fragment implements TextWatcher {
String protocol;
TextView textHttpWarning;
EditText editBaseURL, editUserName, editPassword;
CheckBox checkboxPreemptive;
From source file com.chaosinmotion.securechat.fragments.OnboardingForgotPassword.java
/** * Set the passcode fragment */ public class OnboardingForgotPassword extends Fragment implements WizardFragment { private WizardInterface wizardInterface; private EditText username;
From source file com.android.contacts.list.ContactsUnavailableFragment.java
/** * Fragment shown when contacts are unavailable. It contains provider status * messaging as well as instructions for the user. */ public class ContactsUnavailableFragment extends Fragment implements OnClickListener {
From source file com.royclarkson.springagram.PhotoAddToGalleryFragment.java
/** * {@link Fragment} that displays a list of {@link GalleryResource}s to associate with an {@link ItemResource}. * * @author Roy Clarkson */ public class PhotoAddToGalleryFragment extends Fragment
From source file com.facebook.samples.loginsample.accountkit.ReverbBodyFragment.java
public class ReverbBodyFragment extends Fragment { private static final String ICON_RESOURCE_ID_KEY = "iconResourceId"; private static final String ICON_TINT_RESOURCE_ID_KEY = "iconTintResourceId"; private static final String SHOW_PROGRESS_SPINNER_KEY = "showProgressSpinner";
From source file at.bitfire.davdroid.mirakel.syncadapter.EnterCredentialsFragment.java
public class EnterCredentialsFragment extends Fragment implements TextWatcher {
String protocol;
TextView textHttpWarning;
EditText editBaseURL, editUserName, editPassword;
CheckBox checkboxPreemptive;
From source file at.alladin.rmbt.android.sync.RMBTSyncRequestCodeFragment.java
public class RMBTSyncRequestCodeFragment extends Fragment implements EndTaskListener { // private static final String DEBUG_TAG = "RMBTSyncRequestCodeFragment"; private RMBTMainActivity activity;
From source file com.digutsoft.metronome.DMFSetTempo.java
public class DMFSetTempo extends Fragment {
View rootView;
DMCMetronome metronome;
TextView tvTempo;
SeekBar sbTempo;
From source file biz.wiz.android.wallet.ui.MaybeMaintenanceFragment.java
/** * @author Andreas Schildbach */ public class MaybeMaintenanceFragment extends Fragment { private static final String FRAGMENT_TAG = MaybeMaintenanceFragment.class.getName();
From source file behsaman.storytellerandroid.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
* TextviewerSlideActivity} samples.</p>