List of usage examples for android.app Activity subclass-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 <<a
* href="mailto:gregorym@gmail.com">gregorym@gmail.com</a>>
*/
From source file it.scoppelletti.mobilepower.app.AboutActivity.java
/**
* Attività di visualizzazione delle informazioni
* sull’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) {