List of usage examples for android.app Activity subclass-usage
From source file de.appplant.cordova.plugin.notification.AbstractClickActivity.java
/** * Abstract content receiver activity for local notifications. Creates the * local notification and calls the event functions for further proceeding. */ abstract public class AbstractClickActivity extends Activity {
From source file com.google.bazel.example.android.activities.MainActivity.java
public class MainActivity extends Activity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main);
From source file com.example.clienttest.AbstractGreenhouseActivity.java
/** * @author Roy Clarkson */ public abstract class AbstractGreenhouseActivity extends Activity implements GreenhouseActivity { protected static final String TAG = AbstractGreenhouseActivity.class.getSimpleName();
From source file com.commontime.plugin.notification.notification.AbstractClickActivity.java
/** * Abstract content receiver activity for local notifications. Creates the * local notification and calls the event functions for further proceeding. */ abstract public class AbstractClickActivity extends Activity {
From source file org.starfishrespect.myconsumption.android.ui.CreateAccountActivity.java
/** * Create account activity * S23Y (2015). Licensed under the Apache License, Version 2.0. */ public class CreateAccountActivity extends Activity {
From source file com.paypal.example.android.ppaccess.LoginActivity.java
/**
* This {@link Activity} is used to enable the user to login at PayPal and
* accept the usage of his data in the embedding application.<br/>
* Therefore the LoginActivity uses a {@link WebView} that loads the
* {@link AccessHelper}'s urls.
*
From source file com.wikitude.example.CopyOfSimpleARBrowserActivity.java
/**
*
* @author Wikitude
* @date JAN 2012
*
* @class SimpleARBrowserActivity
From source file org.akvo.caddisfly.ui.activity.VideoActivity.java
public class VideoActivity extends Activity { private boolean downloading = false; @Override protected void onCreate(Bundle savedInstanceState) {
From source file com.karpenstein.signalmon.SignalMonitorActivity.java
/**
* TODO: create a data structure that holds all of the signal strength and Data state info
* Create an IntentService to start the server.
* Server should listen for clients
* When client connects, server should spawn a thread.
* client will send one line with R for Ready.
From source file com.moklet.smarttrafficsystem.login.LoginActivity.java
public class LoginActivity extends Activity {
EditText etPengguna, etBirthdate, etLicenseNumber;
Button btnLogin;
String responeLogin;
String id_pengguna;