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.example.drugsformarinemammals.Listview_DrugResults.java

public class Listview_DrugResults extends Activity {

    private ArrayList<String> drugList;
    private Handler_Sqlite helper;
    private boolean fiveLastScreen;

From source file com.github.volley_examples.Act_JsonRequest.java

/**
 * Demonstrates how to execute <code>JsonObjectRequest</code>
 * @author Ognyan Bankov
 *
 */
public class Act_JsonRequest extends Activity {

From source file org.notfunnynerd.opencoinmap.SplashActivity.java

public class SplashActivity extends Activity implements OnClickListener {

    private PlacesDataSource datasource;
    private Button refreshButton, showButton;
    private ProgressBar progressBar;

From source file net.noviden.android.shoutout.NewPostScreen.java

public class NewPostScreen extends Activity {

    private EditText mNewPost;

    @Override
    protected void onCreate(Bundle savedInstanceState) {

From source file com.mytalentfolio.h_daforum.ForumTopicDetail.java

/**
 * <p>Copyright (c) Hochschule Darmstadt. All rights reserved.
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.</p>
 *
 * <p>You can redistribute and/or modify the code
 * under the terms of the GNU General Public License version 2 only, as

From source file com.memetro.android.MainActivity.java

public class MainActivity extends Activity {

    private Button register, login;
    private EditText usernameEt, passwordEt;
    private TextView recoverPassButton;
    private Context context;

From source file com.manning.androidhacks.hack022.singleapp.MainActivity.java

public class MainActivity extends Activity {

    @Override
    public void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.main);

From source file com.gadelkareem.serverload.ServerLoadConfig.java

public class ServerLoadConfig extends Activity {
    static final String TAG = "ServerLoadConfig";

    private static final String PREFS_NAME = "com.gadelkareem.serverload.ServerLoadProvider";
    private static final String PREF_PREFIX_KEY = "SERVERLOAD_";

From source file com.zirconi.huaxiaclient.ScoreActivity.java

public class ScoreActivity extends Activity {
    private static final String TAG = ScoreActivity.class.getSimpleName();
    private static final String PATTERN = "<td>(\\d{4}-\\d{4})</td><td>(\\d{1})</td><td>(.+)</td><td>(.+)</td><td>(.+)</td><td>(.+)</td><td>(.+)</td><td>(.+)</td><td>(.+)</td><td>(.*)</td><td>(.*)</td>";
    private String SCORE_PAGE;
    private String NUM;
    private ProgressDialog dialog;

From source file cn.com.jinyinmao.app.openapi.WBInviteAPIActivity.java

/**
 * ? {@link InviteAPI} ??
 * 
 * @author SINA
 * @since 2013-11-05
 */