List of usage examples for android.app Fragment subclass-usage
From source file at.fjp.rightrack.SlidingTabs.SlidingTabsTodoFragment.java
/** * A basic sample * to display a custom {@link android.support.v4.view.ViewPager} title strip which gives continuous feedback to the user * when scrolling. */ public class SlidingTabsTodoFragment extends Fragment implements TodoFragment.UpdateListener {
From source file com.meg7.soas.ui.fragment.retained.PhotosListTaskFragment.java
/**
* This Fragment manages a single background task and retains
* itself across configuration changes.
*
* @author Mostafa Gazar <eng.mostafa.gazar@gmail.com>
*/
From source file net.redwarp.android.app.githubcount.ProjectDetailFragment.java
public class ProjectDetailFragment extends Fragment {
TextView mTitleLabel;
ExpandableListView mListView;
@Override
From source file com.example.demo_dv_sap.FlightsTab.java
/** * The available flights tab UI. */ public final class FlightsTab extends Fragment { static final String ID = FlightsTab.class.getSimpleName();
From source file com.example.meetingapp.PickCategoryFragment.java
/** * Allow the user to select a category for the meeting place. */ @SuppressLint("ValidFragment") public class PickCategoryFragment extends Fragment { public static final String TAG = PickCategoryFragment.class.getSimpleName();
From source file com.example.meetingapp.PickLocationFragment.java
@SuppressLint("ValidFragment") public class PickLocationFragment extends Fragment implements GoogleMap.OnMapClickListener, GoogleMap.OnInfoWindowClickListener { private static final String TAG = PickLocationFragment.class.getSimpleName(); public static final String NEW_LAT = "com.example.meetingapp.NEW_LAT";
From source file org.openaccessbutton.openaccessbutton.advocacy.AdvocacyFragment.java
/** * Shows static/semi-dynamic content (regarding open access advocacy) in a WebView. */ public class AdvocacyFragment extends Fragment { protected OnShareIntentInterface mCallback; protected String mResourceName;
From source file ca.farrelltonsolar.classic.DayLogCalendar.java
/** * Created by Graham on 21/12/2014. */ public class DayLogCalendar extends Fragment { private static final String ARG_MONTH = "month"; private DateTime month;
From source file com.mods.grx.settings.fragments.GrxInfoFragment.java
public class GrxInfoFragment extends Fragment { ViewPager mViewPager; private int mNumOfTabs; private String[] mTabsNames;
From source file at.bitfire.davdroid.syncadapter.LoginURLFragment.java
public class LoginURLFragment extends Fragment implements TextWatcher { protected Spinner spnrScheme; protected TextView textHttpWarning; protected EditText editBaseURI, editUserName, editPassword; protected CheckBox checkboxPreemptive;