List of usage examples for android.app Fragment subclass-usage
From source file com.poloure.simplerss.FragmentFeeds.java
public class FragmentFeeds extends Fragment { private static class RefreshListener implements OnRefreshListener { private final FeedsActivity m_activity; RefreshListener(FeedsActivity activity) { m_activity = activity;
From source file com.elegion.newsfeed.fragment.SwipeToRefreshList.java
/** * @author Daniel Serdyukov */ public class SwipeToRefreshList extends Fragment implements SwipeRefreshLayout.OnRefreshListener, SyncStatusObserver, AdapterView.OnItemClickListener, SwipeToDismissCallback {
From source file com.android.messaging.ui.BlockedParticipantsFragment.java
/** * Show a list of currently blocked participants. */ public class BlockedParticipantsFragment extends Fragment implements BlockedParticipantsDataListener { private ListView mListView; private BlockedParticipantListAdapter mAdapter;
From source file com.asgj.android.appusage.activities.SlidingTabsBasicFragment.java
/**
* A basic sample which shows how to use
* {@link com.example.android.common.view.SlidingTabLayout} to display a custom
* {@link ViewPager} title strip which gives continuous feedback to the user
* when scrolling.
*/
From source file com.breadwallet.presenter.fragments.FragmentSettings.java
/**
* BreadWallet
* <p>
* Created by Mihail Gutan <mihail@breadwallet.com> on 6/29/15.
* Copyright (c) 2016 breadwallet LLC
* <p>
From source file com.katla.restaurant.maker.core.CloudBackendFragment.java
/**
* An {@link Fragment} class that allows hosting Activities to access the
* features and functionalities of the CloudBackend classes, including CRUD of
* {@link CloudEntity}, Google account authentication and Google Cloud
* Messaging.
*/
From source file com.dealbreaker.cloud.backend.core.CloudBackendFragment.java
/**
* An {@link Fragment} class that allows hosting Activities to access the
* features and functionalities of the CloudBackend classes, including CRUD of
* {@link CloudEntity}, Google account authentication and Google Cloud
* Messaging.
*/
From source file at.bitfire.davdroid.mirakel.syncadapter.LoginURLFragment.java
public class LoginURLFragment extends Fragment implements TextWatcher { protected String scheme; protected TextView textHttpWarning; protected EditText editBaseURI, editUserName, editPassword; protected CheckBox checkboxPreemptive;
From source file com.QuarkLabs.BTCeClient.fragments.ActiveOrdersFragment.java
public class ActiveOrdersFragment extends Fragment implements LoaderManager.LoaderCallbacks<JSONObject> { private static final int LOADER_ID = 2; private OrdersAdapter mAdapter; private ListView mListView; private ProgressBar mLoadingView;
From source file com.example.meetingapp.MapResultsFragment.java
@SuppressLint("ValidFragment") public class MapResultsFragment extends Fragment { private static final String TAG = MapResultsFragment.class.getSimpleName(); private ModifyStateCallback mStateCallback; private Callback mCallback;