List of usage examples for android.support.v4.app FragmentActivity subclass-usage
From source file com.amansoni.tripbook.activity.FacebookActivity.java
public class FacebookActivity extends FragmentActivity { private static final String PERMISSION = "publish_actions"; private static final Location SEATTLE_LOCATION = new Location("") { { setLatitude(47.6097);
From source file com.androidexperiments.sprayscape.unitydriveplugin.GoogleDriveUnityPlayerActivity.java
public class GoogleDriveUnityPlayerActivity extends FragmentActivity { protected UnityPlayer mUnityPlayer; // don't change the name of this variable; referenced from native code private static final String TAG = "GoogleDriveUPA"; private static final int REQUEST_CODE_ACCOUNT_SELECTED = 10000; private static final int REQUEST_CODE_RECOVER_FROM_PLAY_SERVICES_ERROR = 10001;
From source file com.aboveware.actionbar.support.FragmentLayoutSupport.java
/**
* Demonstration of using fragments to implement different activity layouts.
* This sample provides a different layout (and activity flow) when run in
* landscape.
*/
From source file at.tomtasche.reader.ui.activity.DocumentActivity.java
@SuppressLint("NewApi") public abstract class DocumentActivity extends FragmentActivity implements LoaderCallbacks<Document>, DocumentLoadingActivity { private static final String EXTRA_URI = "uri"; private static final String EXTRA_LIMIT = "limit";
From source file androidmapsdefinitivo.android.bajaintec.com.androidmapsdefinitivo.MapsActivity.java
public class MapsActivity extends FragmentActivity implements OnMapReadyCallback { private static final String LANMAYOR = "LatitudMayor"; private static final String LANMENOR = "LatitudMenor"; private static final String LONMAYOR = "LongitudMayor"; private static final String LONMENOR = "LongitudMenor";
From source file ch.bfh.fbi.mobicomp.geofence.MainActivity.java
/**
* UI handler for the Location Services Geofence sample app.
* Allow input of latitude, longitude, and radius for two geofences.
* When registering geofences, check input and then send the geofences to Location Services.
* Also allow removing either one of or both of the geofences.
* The menu allows you to clear the screen or delete the geofences stored in persistent memory.
From source file com.ariesmcrae.mymemories.ui.story.StoryActivityBase.java
/**
* Base class for all StoryData activities
*
* @author Mike Walker
*
*/
From source file com.ambantis.magic.views.LoaderCustomSupport.java
/** * Demonstration of the implementation of a custom Loader. */ public class LoaderCustomSupport extends FragmentActivity { @Override
From source file com.android.view.leg.ImageDetailActivityLeg.java
public class ImageDetailActivityLeg extends FragmentActivity implements TapjoyNotifier, TapjoyFullScreenAdNotifier, TapjoySpendPointsNotifier, TapjoyDisplayAdNotifier, TapjoyAwardPointsNotifier, TapjoyEarnedPointsNotifier, TapjoyVideoNotifier { private static final String IMAGE_CACHE_DIR = "images"; public static final String EXTRA_IMAGE = "extra_image"; private final static String TAG = "ImageDetailActivity";
From source file com.albedinsky.android.support.universi.UniversiActivity.java
/**
* An {@link FragmentActivity} implementation that provides <b>Universi context</b> features via
* {@link UniversiActivityDelegate} including other features described below.
*
* <h4>1) Data binding</h4>
* Whether it is used data binding provided by <a href="http://developer.android.com/tools/data-binding/guide.html">Google</a>