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.aniruddhc.acemusic.player.WelcomeActivity.WelcomeActivity.java

public class WelcomeActivity extends FragmentActivity {

    private Context mContext;
    private Common mApp;
    private ViewPager welcomeViewPager;
    private LinePageIndicator indicator;

From source file ca.ualberta.cs.cmput301w15t04team04project.EditItemActivity.java

/**
 * <b>This is the activity for adding or editing an item.</B>
 * <OL>
 * <LI type = "square">
 * Mainly there are 7 functions:
 * <UL>

From source file ca.ualberta.cs.cmput301w15t04team04project.EditClaimActivity.java

/**
 * <b>This is the activity for adding or editing a claim.</B>
 * <OL>
 * <LI type = "square">
 * Mainly there are 6 functions:
 * <UL>

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

/**
 * Demonstration of the implementation of a custom Loader.
 */
public class LoaderCustomSupport extends FragmentActivity {

    @Override

From source file com.androidhive.openhourgoogle.MarkerActivity.java

/**
 * Author: JessicaC
 * Date: 9/12/2013
 * Activity with map, markers on a map, and user current location.
 */
public class MarkerActivity extends FragmentActivity implements GooglePlayServicesClient.ConnectionCallbacks,

From source file co.uk.alt236.restclient4android.activities.ActivityMain.java

public class ActivityMain extends FragmentActivity {
    private final String TAG = this.getClass().getName();

    private static final String TAB_TARGET = "tab_target";
    private static final String TAB_HEADERS = "tab_headers";
    private static final String TAB_BODY = "tab_body";

From source file ca.ualberta.cmput301w14t08.geochan.activities.MainActivity.java

/**
 * Inflates the default fragment and handles some of the crucial controller methods.
 * Initializes most of our singleton classes so attempting to fetch an instance of 
 * one does not return null.
 * 
 * @author Artem Chikin

From source file br.com.GUI.perfil.HomeAluno.java

public class HomeAluno extends FragmentActivity implements ActionBar.TabListener {

    private ViewPager viewPager;
    private TabsPagerAdapterHomeAluno mAdapter;
    private ActionBar actionBar;

From source file com.airflo.FlightListActivity.java

public class FlightListActivity extends FragmentActivity implements FlightListFragment.Callbacks {

    private SharedPreferences sharedPrefs;
    private static final String VERSIONID = "0.7";
    private static final int TYPE_PREF = 1;
    private static final int FILE_CHOOSER = 2;

From source file app.hacked.MainActivity.java

public class MainActivity extends FragmentActivity implements ActionBar.TabListener, ScheduleListFragment.Callbacks,
        ProjectListFragment.Callbacks, ChallengeListFragment.Callbacks {

    /**
     * The {@link android.support.v4.view.PagerAdapter} that will provide
     * fragments for each of the sections. We use a