Example usage for android.app Activity subclass-usage

List of usage examples for android.app Activity subclass-usage

Introduction

In this page you can find the example usage for android.app Activity subclass-usage.

Usage

From source file com.sakisds.icymonitor.activities.AddServerActivity.java

/**
 * Adds a new server.
 * Created by sakisds on 25/05/13.
 */
public class AddServerActivity extends Activity implements Spinner.OnItemSelectedListener, Button.OnClickListener {

From source file com.example.android.touroflondon.MainActivity.java

/**
 * The main activity launched on startup.
 * This Activity handles the two fragments that make up this application: TourMapFragment and PoiListFragment. It also ensures that Google Play Services
 * are available on startup and adds an option for the About dialog to the ActionBar.
 */
public class MainActivity extends Activity

From source file com.wbs.itm.NewQuestionActivity.java

public class NewQuestionActivity extends Activity {

    // Progress Dialog
    private ProgressDialog pDialog;

    JSONParser jsonParser = new JSONParser();

From source file com.gigathinking.simpleapplock.Upgrade.java

public class Upgrade extends Activity implements View.OnClickListener {

    private ArrayList<String> mProducts;
    private Map<String, String> mPriceMap;
    private ProgressDialog mDialog;
    private SharedPreferences mPrefs;

From source file com.nothingoneday.feature.base.api.sync.AsyncTaskActivity.java

/**
 * @author b690
 *
 */
public class AsyncTaskActivity extends Activity {

From source file org.aerogear.diffsync.android.demo.DiffSyncMainActivity.java

public class DiffSyncMainActivity extends Activity implements Observer {

    private ProgressDialog dialog;
    private SyncClient<JsonNode, JsonPatchEdit> syncClient;
    private String documentId;
    private String clientId;

From source file com.othermedia.exampleasyncimage.AsyncImageDemo.java

public class AsyncImageDemo extends Activity {

    public static Integer AVATARS_CACHE = 1;

    private ArrayList<SampleTweet> userList;
    SampleAdapter sampleAdapter;

From source file com.google.android.gms.samples.vision.barcodereader.MainActivity.java

/**
 * Main activity demonstrating how to pass extra parameters to an activity that
 * reads barcodes.
 */
public class MainActivity extends Activity implements View.OnClickListener {

From source file org.mediagoblin.android.MainActivity.java

public class MainActivity extends Activity {

    private static final String TAG = "GMG:Main";
    private static final int CREATE_ACCOUNT = 1;
    private AccountManager mAM;
    private Account mgAccount;

From source file de.grobox.blitzmail.SendActivity.java

public class SendActivity extends Activity {
    // define variables to be used in AsyncMailTask
    protected NotificationManager mNotifyManager;
    protected NotificationCompat.Builder mBuilder;
    protected Intent notifyIntent;
    private JSONObject mMail;