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.androiddevbook.onyourbike.chapter7.activities.MapActivity.java

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

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

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

From source file andlabs.lounge.lobby.ui.LoungeActivity.java

public class LoungeActivity extends FragmentActivity implements OnPageChangeListener {

    private static final int ALPHA_OFF = (int) (255 * 0.3f);
    private static final int LOBBY = 0;
    private static final int CHAT = 1;
    private static final int STATS = 2;

From source file com.ameron32.apps.tapnotes.frmk.di.stabbed.AbsStabbedActionBarActivity.java

public abstract class AbsStabbedActionBarActivity extends FragmentActivity
        implements StabbedContext, ActivityWithDelegate {

    private AppCompatDelegate mDelegate;

    private final ExtendedGraphHelper mExtendedGraphHelper = new ExtendedGraphHelper();

From source file com.bartoszlipinski.recyclerviewheader.sample.activity.activity.MainActivity.java

/**
 * Created by Bartosz Lipinski
 * 01.02.15
 */
public class MainActivity extends FragmentActivity {
    public static final int FRAGMENT_COUNT = 4;

From source file awbb.droid.data.RatingActivity.java

/**
 * Rating activity.
 * 
 * @author Benoit Garrigues <bgarrigues@gmail.com>
 */
public class RatingActivity extends FragmentActivity {

From source file ca.rmen.android.palidamuerte.app.category.list.CategoriesActivity.java

public class CategoriesActivity extends FragmentActivity { // NO_UCD (use default)

    private static final String TAG = Constants.TAG + CategoriesActivity.class.getSimpleName();
    private Handler mHandler;

    @Override

From source file com.activities.rentalapp.SelectLocationActivity.java

/**
 * Demonstrates how to instantiate a SupportMapFragment programmatically and add a marker to it.
 */
public class SelectLocationActivity extends FragmentActivity implements OnMapReadyCallback, LocationSource,
        GoogleMap.OnMapLongClickListener, GoogleMap.OnMapClickListener {

From source file com.airshiplay.framework.example.pulltorefresh.PullToRefreshListFragmentActivity.java

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

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

From source file com.actionbarsherlock.app.ListActivity.java

/**
 * An activity that displays a list of items by binding to a data source such as
 * an array or Cursor, and exposes event handlers when the user selects an item.
 * <p>
 * ListActivity hosts a {@link android.widget.ListView ListView} object that can
 * be bound to different data sources, typically either an array or a Cursor