List of usage examples for android.app Activity subclass-usage
From source file at.florian_lentsch.expirysync.RegistrationActivity.java
public class RegistrationActivity extends Activity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_registration);
From source file com.piggate.samples.PiggateLogin.Activity_SingUp.java
public class Activity_SingUp extends Activity { EditText editEmail; EditText editPass; Piggate _piggate; //Object of the Piggate class private boolean handledClick = false; //Handles click in buttons
From source file de.gadc.moneybeam.ReceiveRequestActivity.java
/**
* This Activity is is opened when we receive a NDEF push. It handles the
* payment by creating a new {@link Payment} object and handles the transaction.
*
* @author tmesserschmidt@paypal.com
* @author weiss@neofonie.de
From source file com.spoiledmilk.ibikecph.IssuesActivity.java
public class IssuesActivity extends Activity { private Spinner spinner; private TextView textTitle, textOption1, textOption2, textOption3, textOption4, textOption5, textOption6; private EditText textComment1, textComment2, textComment3, textComment4, textComment5, textComment6; private ImageView imgRadio1, imgRadio2, imgRadio3, imgRadio4, imgRadio5, imgRadio6;
From source file com.app.sniffy.MainActivity.java
public class MainActivity extends Activity { Timer timer; public static final String PREFS_NAME = "SniffyKey"; SharedPreferences settings; String storedKey;
From source file com.parking.activity.RegisterActivity.java
public class RegisterActivity extends Activity { private static final String TAG = RegisterActivity.class.getSimpleName(); private ButtonRectangle btnRegister; private ButtonFlat btnLinkToLogin; private FloatLabel inputFullName; private FloatLabel inputEmail;
From source file com.michael.openexercise.mc_network.volleydemo.SSLConnectionActivity.java
/**
* Demonstrates how to execute Https (SSL) Connectivity Request using Volley library.
*
* @author Mani Selvaraj
*/
From source file com.liferay.alerts.activity.SendActivity.java
/** * @author Bruno Farache */ public class SendActivity extends Activity { @Override
From source file edu.illinois.whereru.MainPageActivity.java
/**
* Start up activity.
* Pops up a registration dialog when the application starts up for the first time.
* Otherwise do some background DB connections before loading the main tab activity.
*
* @author don
From source file com.example.android.donebar.DoneButtonActivity.java
/** * A sample activity demonstrating the "done button" alternative action bar presentation. For a more * detailed description see {@link R.string.done_button_description}. */ public class DoneButtonActivity extends Activity implements ItemFragment.OnFragmentInteractionListener { protected void onCreate(Bundle savedInstanceState) {