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 de.evilbrain.sendtosftp.addServer.java

public class addServer extends Activity {

    // Widgets
    private EditText serverName;
    private EditText serverHost;
    private EditText userName;

From source file com.example.trafficvolation_android.VolationWebView.java

public class VolationWebView extends Activity {
    static String serverAddress;
    static String cityUrl;
    static Dictionary<String, String> cityUrls = new Hashtable<String, String>() {
        {
            put("", "http://www.shjtaq.com/zwfg/dzjc_new.asp");

From source file com.commonsware.android.geoweb2.GeoWebTwo.java

public class GeoWebTwo extends Activity {
    private static String PROVIDER = "gps";
    private WebView browser;
    private LocationManager myLocationManager = null;

    @Override

From source file root.gast.playground.speech.activation.util.TagWriterExecutionActivity.java

/**
 * performs the writing of the tag
 * 
 * @author Greg Milette &#60;<a
 *         href="mailto:gregorym@gmail.com">gregorym@gmail.com</a>&#62;
 */

From source file it.scoppelletti.mobilepower.app.AboutActivity.java

/**
 * Attivit&agrave; di visualizzazione delle informazioni
 * sull&rsquo;applicazione.
 * 
 * @since 1.0
 */

From source file com.hybris.mobile.app.commerce.activity.ApplicationActivity.java

/**
 * Base activity
 */
public abstract class ApplicationActivity extends Activity {

    // Broadcast for resuming the activity

From source file net.idlesoft.android.apps.github.activities.Profile.java

public class Profile extends Activity {
    private GitHubAPI mGapi;

    public JSONObject mJson;

    private String mPassword;

From source file com.best.ui.Otpdescdetail.java

/**
 * Created with IntelliJ IDEA.
 * User: programmer
 * Date: 4/16/13
 * Time: 10:25 AM
 * To change this template use File | Settings | File Templates.

From source file com.macadamian.blinkup.BlinkUpCompleteActivity.java

/*****************************************************
 * When the BlinkUpPlugin process completes, it executes the
 * BlinkUpCompleteIntent set in BlinkUpPlugin.java, starting
 * this activity, which requests the setup info from
 * the Electric Imp server, dismisses itself, and
 * sends the info back to the callback when received.

From source file random.taiga.chat.truelecter.randomchat.LoginActivity.java

public class LoginActivity extends Activity {

    private static LoginActivity instance;
    private EditText txtName, txtPass;

    public static void showToast(final String text) {