List of usage examples for android.support.v4.app FragmentActivity subclass-usage
From source file bg.znestorov.sofbus24.utils.activity.ListActivity.java
/**
* An activity that displays a list of items by binding to a data source such as
* an array or Cursor, and exposes event handlers when the user selects an item.
* <p>
* ListActivity hosts a {@link android.widget.ListView ListView} object that can
* be bound to different data sources, typically either an array or a Cursor
From source file com.appndroid.ipl2013.SwipeyTabsSampleActivity.java
public class SwipeyTabsSampleActivity extends FragmentActivity { private static final String[] TITLES = { "Points Table", "Orange Cap", "Purple Cap" }; private SwipeyTabs mTabs; private MultipleScrollViewPager mViewPager;
From source file com.arta.lib.demo.widget.pulltorefresh.PullToRefreshListFragmentActivity.java
public final class PullToRefreshListFragmentActivity extends FragmentActivity implements OnRefreshListener<ListView> { private LinkedList<String> mListItems; private ArrayAdapter<String> mAdapter;
From source file android.support.test.testapp.PickersActivity.java
/** * An activity that let's you pick a date {@link DatePicker} and time {@link TimePicker} and * displays it in the UI. */ public class PickersActivity extends FragmentActivity {
From source file com.acdd.homelauncher.NativeFragmentActivity.java
public class NativeFragmentActivity extends FragmentActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_native_fragment);
From source file android.example.com.animationdemos.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/>
* <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 behsaman.storytellerandroid.TextviewerSlideActivity.java
/**
* Demonstrates a "screen-slide" animation using a {@link ViewPager}. Because {@link ViewPager}
* automatically plays such an animation when calling {@link ViewPager#setCurrentItem(int)}, there
* isn't any animation-specific code in this sample.
*
* <p>This sample shows a "next" button that advances the user to the next step in a wizard,
From source file com.android.calendar.FragmentListActivity.java
/**
* An activity that displays a list of items by binding to a data source such as
* an array or Cursor, and exposes event handlers when the user selects an item.
* <p>
* ListActivity hosts a {@link android.widget.ListView ListView} object that can
* be bound to different data sources, typically either an array or a Cursor
From source file appathon.history.PickerActivity.java
/** * The PickerActivity enhances the Friend or Place Picker by adding a title and * a Done button. The selection results are saved in the ScrumptiousApplication * instance. */ public class PickerActivity extends FragmentActivity {
From source file be.ac.ucl.lfsab1509.bouboule.ChoosingActivity.java
public class ChoosingActivity extends FragmentActivity { protected void onCreate(final Bundle savedInstanceState) { super.onCreate(savedInstanceState);