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 jp.co.anaheim_eng.camelliasample.MainActivity.java

public class MainActivity extends Activity implements OnClickListener {

    static private ArrayList<String> mPlainText;
    static private ArrayList<byte[]> mCiphers;
    static private String mPassword;
    static private int mKeyBitLen;

From source file com.mytalentfolio.h_daforum.MainActivityChat1.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 org.opendatakit.survey.android.activities.MediaCaptureAudioActivity.java

/**
 * Simple shim for media interactions.
 *
 * @author mitchellsundt@gmail.com
 *
 */

From source file org.projecthdata.ehr.viewer.activities.MainActivity.java

/**
 * This Activity does not have any UI. Based on the state of the application, it
 * will choose another Activity to start
 * 
 * @author Eric Levine
 * 

From source file com.eincs.athens.android.OlympusJoinActivity.java

/**
 * @author roth2520@gmail.com
 */
public class OlympusJoinActivity extends Activity implements View.OnClickListener {

    private OlympusPreference mPref;

From source file nl.meta.mobile.chat.MobileChatActivity.java

public class MobileChatActivity extends Activity {

    // Fields
    private TextView tvConnectStatus;
    private EditText etName, etMessage;
    private ScrollView svMessages;

From source file com.jiramot.foursquare.android.FSAPITest.java

public class FSAPITest extends Activity {
    Foursquare foursquare;

    private Button venue;
    private static int count = 0;

From source file im.afterclass.android.activity.RegisterActivity.java

/**
 * 
 *
 */
public class RegisterActivity extends Activity {
    private EditText userNameEditText;

From source file org.geometerplus.android.fbreader.network.AuthenticationActivity.java

public class AuthenticationActivity extends Activity {
    private static final String AREA_KEY = "area";
    private static final String HOST_KEY = "host";
    static final String SCHEME_KEY = "scheme";
    static final String USERNAME_KEY = "username";
    static final String PASSWORD_KEY = "password";

From source file com.privacity.PermisosActivity.java

public class PermisosActivity extends Activity {
    private CheckBox chkApellidos, chkComentario, chkDireccion, chkDNI, chkEmail, chkEmpresa, chkEstatus,
            chkFacebook, chkLinkedin;
    private CheckBox chkNombre, chkNacimiento, chkPais, chkTelefono, chkProfesion, chkTwitter, chkWebPersonal,
            chkWebProfesional;
    private String permisos;