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.android.mail.browse.EmlViewerActivity.java

public class EmlViewerActivity extends FragmentActivity
        implements FeedbackEnabledActivity, ConversationAccountController {
    public static final String EXTRA_ACCOUNT_URI = "extra-account-uri";

    private static final String LOG_TAG = LogTag.getLogTag();

From source file app.akexorcist.googledapsample.DirectionActivity2.java

public class DirectionActivity2 extends FragmentActivity {

    LatLng start = new LatLng(13.744246499553903, 100.53428772836924);
    LatLng end = new LatLng(13.751279688694071, 100.54316081106663);

    TextView textProgress;

From source file app.philm.in.BasePhilmActivity.java

public abstract class BasePhilmActivity extends FragmentActivity
        implements MainController.HostCallbacks, InsetFrameLayout.OnInsetsCallback {

    private MainController mMainController;
    private Display mDisplay;

From source file com.arquitetaweb.restaurantes.MainActivity.java

public class MainActivity extends FragmentActivity {

    private static final String STATE_URI = "state:uri";
    private static final String STATE_FRAGMENT_TAG = "state:fragment_tag";

    private ActionsContentView viewActionsContentView;

From source file ca.rmen.android.palidamuerte.app.poem.list.PoemListActivity.java

/**
 * An activity representing a list of poems. This activity
 * has different presentations for handset and tablet-size devices. On
 * handsets, the activity presents a list of items, which when touched,
 * lead to a {@link PoemDetailActivity} representing
 * item details. On tablets, the activity presents the list of items and

From source file ca.xecure.easychip.MainActivity.java

public class MainActivity extends FragmentActivity {
    SharedPreferences settings;

    String payee_id;
    String annotation;
    String channel_id;

From source file com.android.lru.ui.ImageDetailActivity.java

public class ImageDetailActivity extends FragmentActivity implements OnClickListener {
    private static final String IMAGE_CACHE_DIR = "images";
    public static final String EXTRA_IMAGE = "extra_image";

    private ImagePagerAdapter mAdapter;
    private ImageFetcher mImageFetcher;

From source file com.ambantis.magic.views.LoaderCursorSupport.java

/**
 * Demonstration of the use of a CursorLoader to load and display contacts
 * data in a fragment.
 */
@SuppressWarnings("all")
public class LoaderCursorSupport extends FragmentActivity {

From source file com.android.calendar.selectcalendars.ExpandableListFragmentActivity.java

/**
 * An activity that displays an expandable list of items by binding to a data
 * source implementing the ExpandableListAdapter, and exposes event handlers
 * when the user selects an item.
 * <p>
 * ExpandableListActivity hosts a {@link android.widget.ExpandableListView

From source file com.androidinahurry.tunisiabanking.ui.LoginActivity.java

public class LoginActivity extends FragmentActivity
        implements LoaderManager.LoaderCallbacks<Response<Boolean, ErrorCode>>, OnClickListener {

    final static String LOADER_ARG_USER = "user";
    final static String LOADER_ARG_PASSWORD = "password";