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 ch.hesso.master.sweetcity.activity.map.MapActivity.java

/**
 * @author Chavaillaz Johan
 * @author Burri Grgory
 * @author Frank Etienne
 * @version 1.0
 */

From source file at.ac.uniklu.mobile.sportal.CourseListActivity.java

public class CourseListActivity extends FragmentActivity
        implements ProgressNotificationToggle, Refreshable, FragmentPagerSupport, CourseListFragmentEventListener {

    public static final String COURSE_KEY = "course_key";
    public static final String COURSE_NAME = "course_name";

From source file com.androidquery.simplefeed.base.BaseActivity.java

public abstract class BaseActivity extends FragmentActivity {

    public static long TEN_MIN = 10 * 60 * 1000;
    public static long DAY = 24 * 3600 * 1000;
    public static long HALF_DAY = 12 * 3600 * 1000;
    public static long MONTH = 30 * DAY;

From source file com.baker.david.irishwhalespotting.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
     * 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 codepath.watsiapp.activities.BaseFragmentActivity.java

public class BaseFragmentActivity extends FragmentActivity implements DonationInfoStorage {

    protected MenuItem myprofile;
    private MenuItem logout;
    private PrefsHelper prefs;

From source file com.appnexus.opensdkapp.MainActivity.java

public class MainActivity extends FragmentActivity implements TabHost.OnTabChangeListener,
        ViewPager.OnPageChangeListener, SettingsFragment.OnLoadAdClickedListener {

    private static final String SETTINGS_ID = "Settings";
    private static final String PREVIEW_ID = "Preview";
    private static final String DEBUG_ID = "Debug";

From source file cn.robertzhang.libraries.base.BaseFragmentActivity.java

/**
 * Author:  Tau.Chen
 * Email:   1076559197@qq.com | tauchen1990@gmail.com
 * Date:    2015/3/9.
 * Description:
 */

From source file com.aniruddhc.xPlod.menu.PlaylistDialog.java

public class PlaylistDialog extends FragmentActivity implements TextWatcher, OnCancelListener, OnShowListener {

    private AlertDialog mPlaylistDialog;

    private String action;

From source file com.aimfire.intro.IntroductionActivity.java

/**
 * This activity holds the Fragments of the introduction 
 */
public class IntroductionActivity extends FragmentActivity {
    private static final String TAG = "IntroductionActivity";

From source file com.andrew.apolloMod.menu.PlaylistDialog.java

public class PlaylistDialog extends FragmentActivity implements TextWatcher, OnCancelListener, OnShowListener {

    private AlertDialog mPlaylistDialog;

    private String action;