List of usage examples for android.support.v4.app FragmentActivity subclass-usage
From source file cn.androidy.materialdesignsample.animations.ZoomActivity.java
/**
* A sample showing how to zoom an image thumbnail to full-screen, by animating the bounds of the
* zoomed image from the thumbnail bounds to the screen bounds.
*
* <p>In this sample, the user can touch one of two images. Touching an image zooms it in, covering
* the entire activity content area. Touching the zoomed-in image hides it.</p>
From source file cn.dev4mob.app.ui.animationsdemo.ZoomActivity.java
/**
* A sample showing how to zoom an image thumbnail to full-screen, by animating the bounds of the
* zoomed image from the thumbnail bounds to the screen bounds.
*
* <p>In this sample, the user can touch one of two images. Touching an image zooms it in, covering
* the entire activity content area. Touching the zoomed-in image hides it.</p>
From source file com.android.calculator2.StoreActivity.java
public class StoreActivity extends FragmentActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);
From source file br.com.split.activities.FacebookEscolherLocal.java
public class FacebookEscolherLocal extends FragmentActivity { private static final int SEARCH_RADIUS_METERS = 1000; private static final int SEARCH_RESULT_LIMIT = 50; private static final String SEARCH_TEXT = "bar"; PlacePickerFragment placePickerFragment;
From source file bander.notepad.Notepad.java
/**
* A class that acts like an {@link android.app.Application} but it is actually an Activity. This is
* the core of Notepad. What this class does:<p>
* <ul>
* <li>It switches between the two NoteList activities due to the AppCompat conflict.</li>
* <br>
From source file com.bahrini.pager.activity.CollectionDemoActivity.java
public class CollectionDemoActivity extends FragmentActivity { /** * The {@link android.support.v4.view.PagerAdapter} that will provide * fragments representing each object in a collection. We use a * {@link android.support.v4.app.FragmentStatePagerAdapter} derivative,
From source file br.com.bioscada.apps.biotracks.io.sendtogoogle.UploadResultActivity.java
/** * A dialog to show the result of uploading to Google services. * * @author Jimmy Shih */ public class UploadResultActivity extends FragmentActivity implements ChooseActivityCaller {
From source file com.actionbarsherlock.sample.demos.app.FragmentLayoutSupport.java
/** * Demonstration of using fragments to implement different activity layouts. * This sample provides a different layout (and activity flow) when run in * landscape. */ public class FragmentLayoutSupport extends FragmentActivity {
From source file at.wada811.android.library.demos.concurrent.ExecutorActivity.java
/** * ExecutorService?????? | DevAchieve * http://wada811.blogspot.com/2013/11/executor-service-that-multi-thread-task-queue-in-java.html */ public class ExecutorActivity extends FragmentActivity implements OnClickListener {
From source file com.alaskalinuxuser.mymemoriableplacesapp.MapsActivity.java
public class MapsActivity extends FragmentActivity implements OnMapReadyCallback { private GoogleMap mMap; String namePlace; String latPlace;