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 com.bangqu.eshow.activity.ESActivity.java

/**
 * ActivityActivity?.
 */

public abstract class ESActivity extends FragmentActivity {

From source file com.auth0.lock.email.LockEmailActivity.java

/**
 * Activity that handles passwordless authentication using Email.
 * You'll need to declare it in your app's {@code AndroidManifest.xml}:
 * <pre>{@code
 * <activity
 *  android:name="com.auth0.lock.email.LockEmailActivity"

From source file co.edu.uniajc.vtf.content.SwipeContentActivity.java

public class SwipeContentActivity extends FragmentActivity implements ActionBar.TabListener,
        GoogleApiClient.ConnectionCallbacks, GoogleApiClient.OnConnectionFailedListener, LogoutListener,
        ILoadExtenalDataFromMap, ILoadExtenalDataFromList {
    private AppSectionsPagerAdapter coAppSectionsPagerAdapter;
    private ViewPager coViewPager;

From source file com.akop.bach.activity.RibbonedSinglePane.java

public abstract class RibbonedSinglePane extends FragmentActivity {
    protected BasicAccount mAccount;
    protected MyHandler mHandler = new MyHandler();
    protected static CachePolicy sCp = new CachePolicy(CachePolicy.SECONDS_IN_HOUR * 4);

    protected class MyHandler extends Handler {

From source file cn.org.eshow.framwork.activity.AbActivity.java

/**
 * ActivityActivity?.
 */

public abstract class AbActivity extends FragmentActivity {

From source file at.wada811.android.library.demos.concurrent.SynchronizedActivity.java

/**
 * [Java]?????synchronized?? | DevAchieve
 * http://wada811.blogspot.com/2013/11/java-synchronized-example.html
 */
public class SynchronizedActivity extends FragmentActivity implements OnClickListener {

From source file ca.cs.ualberta.localpost.view.MainActivity.java

/**
 * Main code was provided from Android Hive. Code was changed to fix project
 * requirements.
 * Creates the Tab Views
 * @author team01
 * 

From source file com.barbourbooks.biblecrosswordpuzzles.BaseActivity.java

public abstract class BaseActivity extends FragmentActivity {

    IabHelper mHelper;
    String SKU_GAS = "com.barbourbooks.biblecrosswordpuzzles.morepuzzles";

    /** This method is called when the activity is first created. */

From source file at.wada811.dayscounter.view.activity.SettingsActivity.java

public class SettingsActivity extends FragmentActivity implements OnClickListener {

    private int appWidgetId;
    private Widget1x1ViewModel viewModel;
    @InjectView(R.id.titleEditText)
    EditText titleEditText;

From source file ca.rmen.android.networkmonitor.app.prefs.PreferenceFragmentActivity.java

/**
 * Since AdvancedPreferencesActivity is a PreferenceActivity, which extends Activity instead of FragmentActivity, we need this "helper" activity for preference
 * functions which require a FragmentActivity.
 * This activity has a transparent theme. The only thing the user will see will be alert dialogs that this activity creates.
 */
public class PreferenceFragmentActivity extends FragmentActivity