List of usage examples for android.app Fragment subclass-usage
From source file com.example.meetingapp.OptionsFragment.java
@SuppressLint("ValidFragment") public class OptionsFragment extends Fragment implements GooglePlayServicesClient.ConnectionCallbacks, GooglePlayServicesClient.OnConnectionFailedListener { private static final String TAG = OptionsFragment.class.getSimpleName(); public static final String RADIUS = "com.example.meetingapp.RADIUS";
From source file com.example.androidcodes.testmediaplayer.ui.MediaBrowserFragment.java
/**
* A Fragment that lists all the various browsable queues available
* from a {@link android.service.media.MediaBrowserService}.
* <p/>
* It uses a {@link MediaBrowserCompat} to connect to the {@link MusicService}.
* Once connected, the fragment subscribes to get all the children.
From source file com.github.chenxiaolong.dualbootpatcher.switcher.ZipFlashingOutputFragment.java
public class ZipFlashingOutputFragment extends Fragment implements ServiceConnection { public static final String TAG = ZipFlashingOutputFragment.class.getSimpleName(); private static final String EXTRA_IS_RUNNING = "is_running"; private static final String EXTRA_TASK_ID_FLASH_ZIPS = "task_id_flash_zips";
From source file com.google.android.apps.watchme.EventsListFragment.java
/** * @author Ibrahim Ulukaya <ulukaya@google.com> * <p/> * Left side fragment showing user's uploaded YouTube videos. */ public class EventsListFragment extends Fragment implements ConnectionCallbacks,
From source file androidGLUESigner.ui.Fragments.SignedDocListFragment.java
/** * fragment of the document list * @author roland * */ public class SignedDocListFragment extends Fragment {
From source file com.sonaive.v2ex.ui.ReviewsFragment.java
/** * Created by liutao on 12/21/14. */ public class ReviewsFragment extends Fragment implements OnLoadMoreDataListener { private static final String TAG = makeLogTag(ReviewsFragment.class);
From source file com.miz.mizuu.fragments.AccountsFragment.java
public class AccountsFragment extends Fragment { private SharedPreferences settings; private EditText traktUser, traktPass; private Button traktLogIn, traktRemoveAccount, traktSyncNow; private CheckBox syncTrakt;
From source file com.keithcassidy.finishline.LineCrossingsFragment.java
public class LineCrossingsFragment extends Fragment implements TabFocusInterface, ServiceStatusInterface { protected static final String TAG = LineCrossingsFragment.class.getSimpleName(); @Override public void onCreate(Bundle savedInstanceState) {
From source file com.adithya321.sharesanalysis.fragments.DetailFragment.java
public class DetailFragment extends Fragment { private static final String ARG_SHARE_NAME = "share_name"; private DatabaseHandler databaseHandler; private Share share; public DetailFragment newInstance(String shareName) {
From source file com.murati.oszk.audiobook.ui.MediaBrowserFragment.java
/**
* A Fragment that lists all the various browsable queues available
* from a {@link android.service.media.MediaBrowserService}.
* <p/>
* It uses a {@link MediaBrowserCompat} to connect to the {@link com.murati.oszk.audiobook.MusicService}.
* Once connected, the fragment subscribes to get all the children.