List of usage examples for android.app Activity subclass-usage
From source file net.outboxit.autos504.MainActivity.java
public class MainActivity extends Activity {
EditText license;
TextView fabricante, color, periodo, dei, municipal, total;
String jsonStr;
From source file MyActivity.java
public class MyActivity extends Activity {
SensorManager sensorManager;
Sensor magFieldSensor, accelerometer;
SensorEventListener sensorListener;
LocationListener locationListener;
LocationManager locationManager;
From source file com.ionicframework.lovescanning967442.wxapi.WXEntryActivity.java
public class WXEntryActivity extends Activity implements IWXAPIEventHandler { @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); WeChat.api.handleIntent(getIntent(), this); }
From source file ServiceConsumerActivity.java
public class ServiceConsumerActivity extends Activity { Messenger messengerToService = null; MyIncomingHandler myIncomingHandler = new MyIncomingHandler(); Messenger messengerFromService = new Messenger(myIncomingHandler);
From source file com.allmycode.flags.other.MyActivityOther.java
public class MyActivityOther extends Activity { EditText targetActivity; EditText flags; EditText cheatSheet; String[] flagsList = { "FLAG_ACTIVITY_BROUGHT_TO_FRONT 4194304 (0x00400000)", "FLAG_ACTIVITY_CLEAR_TOP 67108864 (0x04000000)",
From source file com.mobshep.shepherdlogin.LoggedIn.java
/**
* This file is part of the Security Shepherd Project.
*
* The Security Shepherd project is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
From source file eltharis.wsn.showIDActivity.java
/** * * @author eltharis */ public class showIDActivity extends Activity {
From source file com.pdi.hybridge.boilerplate.MainActivity.java
public class MainActivity extends Activity implements Observer { private String mTag = "MainActivity"; private WebView mWebView; private HybridgeBroadcaster mHybridge;
From source file com.twinflag.coofiletouch.AuthorityChecking.java
/** * @author wanghongbin ??? */ public class AuthorityChecking extends Activity { private static final String TAG = "AuthorityChecking";
From source file edu.asu.bscs.csiebler.waypointdatabase.MainActivity.java
/**
* Copyright 2015 Tim Lindquist,
* <p/>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at