List of usage examples for android.support.v4.app FragmentActivity subclass-usage
From source file com.atlas.mars.weatherradar.MainActivity.java
public class MainActivity extends FragmentActivity implements Communicator, ViewPager.OnPageChangeListener, View.OnClickListener, PopupMenu.OnMenuItemClickListener, ToastShow, OnEvents { public final static String LOCATION = "LOCATION"; final String TAG = "MainActivityLogs"; private int posinion;
From source file com.amazon.appstream.sampleclient.SampleClientActivity.java
/**
* The Activity for the AppStream Example Client on Android.
*
* After creating the basic OpenGL surface and starting the
* AppStream server, the main task of SampleClientActivity is to
* siphon up all relevant events and send them to the native
From source file com.appdynamics.demo.gasp.activity.LocationsActivity.java
/**
* Copyright (c) 2013 Mark Prichard
* <p/>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
From source file com.agme.locapi.MainActivity.java
/**
* This the app's main Activity. It provides buttons for requesting the various
* features of the app, displays the current location, the current address, and
* the status of the location client and updating services.
*
* {@link #getLocation} gets the current location using the Location Services
From source file com.aniruddhc.acemusic.player.MainActivity.MainActivity.java
public class MainActivity extends FragmentActivity { //Context and Common object(s). private Context mContext; private Common mApp;
From source file br.com.GUI.perfil.HomePersonal.java
public class HomePersonal extends FragmentActivity implements ActionBar.TabListener { private ViewPager viewPager; private TabsPagerAdapterHomePersonal mAdapter; private ActionBar actionBar;
From source file co.nerdart.ourss.activity.EntriesListActivity.java
public class EntriesListActivity extends FragmentActivity { private static final String[] FEED_PROJECTION = { FeedColumns.NAME, FeedColumns.URL, FeedColumns.ICON }; private byte[] iconBytes = null; @Override
From source file ca.cmput301f13t03.adventure_datetime.view.FullScreen_Image.java
/**
*
* View accessed by clicking image in filmstrip
*
* Show fullscreen version of image / play video
*
From source file ca.rmen.android.networkmonitor.app.log.LogActionsActivity.java
/** * Provides actions on the network monitor log: sharing and clearing the log file. * This activity has a transparent theme. The only thing the user will see will be alert dialogs that this activity creates. */ public class LogActionsActivity extends FragmentActivity implements DialogButtonListener, DialogItemListener, OnCancelListener, OnDismissListener { // NO_UCD (use default)
From source file ch.bfh.instacircle.NetworkActiveActivity.java
/**
* Activity which is displayed during an active conversation
*
* @author Juerg Ritter (rittj1@bfh.ch)
*
*/