Example usage for android.support.v4.app FragmentActivity subclass-usage

List of usage examples for android.support.v4.app FragmentActivity subclass-usage

Introduction

In this page you can find the example usage for android.support.v4.app FragmentActivity subclass-usage.

Usage

From source file ca.cmput301f13t03.adventure_datetime.view.AuthorEdit.java

/**
 * 
 * View containing three fragments/tabs:
 *  - AuthorEdit_Preview
 *  - AuthorEdit_Overview
 *  - AuthorEdit_Edit

From source file com.amgems.uwschedule.ui.HomeActivity.java

/**
 * The Activity that represents a home screen for the user.
 */
public class HomeActivity extends FragmentActivity implements LoaderManager.LoaderCallbacks<GetSlnLoader.Slns> {

    private DrawerLayout mDrawerLayoutRoot;

From source file com.ambantis.magic.views.LoaderThrottleSupport.java

/**
 * Demonstration of bottom to top implementation of a content provider holding
 * structured data through displaying it in the UI, using throttling to reduce
 * the number of queries done when its data changes.
 */
public class LoaderThrottleSupport extends FragmentActivity {

From source file au.com.wallaceit.reddinator.ViewRedditActivity.java

public class ViewRedditActivity extends FragmentActivity implements TabHost.OnTabChangeListener {

    private TabHost mTabHost;
    private HashMap<String, TabInfo> mapTabInfo = new HashMap<String, TabInfo>();
    private TabInfo mLastTab = null;
    private GlobalObjects global;

From source file ca.etsmtl.applets.etsmobile.ScheduleActivity.java

public class ScheduleActivity extends FragmentActivity {

    public UserCredentials creds;
    private DatePickerDialogFragment datePickerDialog;

    public static class CalendarTaskHandler extends Handler {

From source file com.actionbarsherlock.sample.demos.app.LoaderThrottleSupport.java

/**
 * Demonstration of bottom to top implementation of a content provider holding
 * structured data through displaying it in the UI, using throttling to reduce
 * the number of queries done when its data changes.
 */
public class LoaderThrottleSupport extends FragmentActivity {

From source file com.android.audiorecorder.ui.ImageViewActvity.java

public class ImageViewActvity extends FragmentActivity {
    private int mOrientation = OrientationEventListener.ORIENTATION_UNKNOWN;
    public static final int ORIENTATION_HYSTERESIS = 5;
    private int mOrientationCompensation = 0;

    private MyOrientationEventListener orientationEventListener;

From source file ca.etsmtl.applets.etsmobile.ScheduleWeekActivity.java

public class ScheduleWeekActivity extends FragmentActivity {

    private static final String TAG = "ScheduleWeekActivity";
    public UserCredentials creds;
    private DatePickerDialog datePickerDialog;

From source file com.andrew.apollo.ui.activities.BaseActivity.java

/**
 * A base {@link FragmentActivity} used to update the bottom bar and
 * bind to Apollo's service.
 * <p>
 * {@link HomeActivity} extends from this skeleton.
 * 

From source file com.amazon.appstream.fireclient.FireClientActivity.java

/**
 * The Activity for the AppStream Example Client on Android.
 *
 * After creating the basic OpenGL surface and starting the
 * AppStream server, the main task of FireClientActivity is to
 * siphon up all relevant events and send them to the native