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 aleajactatest.appiumcalculator.CalculatorActivity.java

/**
 * Activity embedding widgets for a VERY BASIC AND DUMB calculator application.
 * It possesses a displayed field with buttons.
 * The computing part is in this activity too.
 *
 * @author pylapp

From source file com.atguigu.android.android_pulltorefresh.PullToRefreshListFragmentActivity.java

public final class PullToRefreshListFragmentActivity extends FragmentActivity
        implements OnRefreshListener<ListView> {

    private LinkedList<String> mListItems;
    private ArrayAdapter<String> mAdapter;

From source file com.applite.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.settings.focus.DeviceSettings.java

    public class DeviceSettings extends FragmentActivity {

        public static final String SHARED_PREFERENCES_BASENAME = "com.cyanogenmod.settings.device";
        public static final String ACTION_UPDATE_PREFERENCES = "com.cyanogenmod.settings.device.UPDATE";
        public static final String KEY_MDNIE_SCENARIO = "mdnie_scenario";
        public static final String KEY_MDNIE_MODE = "mdnie_mode";

From source file com.androidbase.activities.BaseFragmentActivity.java

public abstract class BaseFragmentActivity extends FragmentActivity implements ILifeCycle, IViewModel {

    // region Properties

    protected String tag = "BaseActivity";

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

public class FragmentPagerSupport extends FragmentActivity {
    static final int NUM_ITEMS = 10;

    MyAdapter mAdapter;

    ViewPager mPager;

From source file com.animation.eqruvvz.animationappdemo.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 carvajal.autenticador.android.activity.AutenticacionInfoActivity.java

/**
 * @author grasotos
 * 
 */
public class AutenticacionInfoActivity extends FragmentActivity implements Observer {

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

/**
 * View Accessed via MainView > Continue > ~Select Item~ or via MainView > BrowseView > StoryDescription > ~Play /
 * Continue item ~
 * <p/>
 * Holds Horizontal filmstrip containing illustrations at top of page, story fragment text in the view, and an actions
 * buttons at the bottom of the page.

From source file com.android.samples.MainActivity.java

public class MainActivity extends FragmentActivity implements ActionBar.TabListener {

    /**
     * Called when the activity is first created.
     * @param savedInstanceState If the activity is being re-initialized after 
     * previously being shut down then this Bundle contains the data it most