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 at.wada811.dayscounter.view.activity.TutorialActivity.java

public class TutorialActivity extends FragmentActivity {

    @TargetApi(Build.VERSION_CODES.HONEYCOMB)
    @Override
    protected void onCreate(Bundle savedInstanceState) {
        // catch UncaughtException

From source file cn.net_show.doctor.activity.AuthActivity.java

/**
 * @ClassName: AuthActivity
 * @author 
 * @date 2015321 ?12:08:37
 */
public class AuthActivity extends FragmentActivity implements RadioGroup.OnCheckedChangeListener {

From source file ax.ha.it.smsalarm.activity.Splash.java

/**
 * Activity just to show splash screen and after a certain time or a tap on screen activity switch to activity {@link SmsAlarm}.<br>
 * If user hasn't agreed the EULA, a dialog showing that will be visible. If user doesn't accept it then he/she will not be able to start or enable
 * <b><i>Sms Alarm</i></b>.
 * 
 * @author Robert Nyholm <robert.nyholm@aland.net>

From source file android.support.test.testapp.RecyclerViewActivity.java

/**
 * Simple RecylcerViewActivity which hosts a {@link android.support.v4.view.ViewPager} that contains
 * three {@link android.support.v4.app.Fragment}s. Each Fragment contains a
 * {@link android.support.v7.widget.RecyclerView} with a different layout manager,
 * {@link android.support.v7.widget.LinearLayoutManager},
 * {@link android.support.v7.widget.GridLayoutManager} and {@link StaggeredGridLayoutManager}

From source file actionfitness.com.actionfitness.MainActivity.java

public class MainActivity extends FragmentActivity implements ActionBar.TabListener {

    /**
     * The {@link android.support.v4.view.PagerAdapter} that will provide fragments for each of the
     * three primary sections of the app. We use a {@link android.support.v4.app.FragmentPagerAdapter}
     * derivative, which will keep every loaded fragment in memory. If this becomes too memory

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

/**
 * Demonstrates how fragments can participate in the options menu.
 */
public class ActionBarMenuSupport extends FragmentActivity {
    Fragment mFragment1;
    Fragment mFragment2;

From source file com.balch.android.app.framework.BaseActivity.java

public abstract class BaseActivity<V extends View & BaseView> extends FragmentActivity {
    private static final String TAG = BaseActivity.class.getName();

    protected List<BasePresenter> presenters = new ArrayList<BasePresenter>();

    abstract protected void initialize(Bundle savedInstanceState);

From source file br.pro.menotti.opus.pt.DisplayChapters.java

public class DisplayChapters extends FragmentActivity {

    int book;

    @Override
    protected void onCreate(Bundle savedInstanceState) {

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

/**
 * Demonstrates combining the action bar with a ViewPager to implement a tab UI
 * that switches between tabs and also allows the user to perform horizontal
 * flicks to move between the tabs.
 */
public class ActionBarTabsPager extends FragmentActivity {

From source file com.androiddevbook.onyourbike.chapter9.activities.MapActivity.java

/**
 * MapActivity
 * 
 * Map Activity for the "On Your Bike" application.
 * 
 * Copyright [2013] Pearson Education, Inc