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 com.elkriefy.android.apps.authenticationexample.cleartextnetworkusage.ClearTextNetworkUsageActivity.java

/**
 * This is a sample showcase for showing the usesCleartextTraffic Flag.
 */
public class ClearTextNetworkUsageActivity extends Activity {

    /**

From source file com.example.kyle.fragmentexample.MainActivity.java

public class MainActivity extends Activity implements View.OnClickListener {
    private Button analogButton, digitalButton;
    private Toolbar toolbar;

    @Override
    protected void onCreate(Bundle savedInstanceState) {

From source file com.infrasoft.book.MainActivity.java

public class MainActivity extends Activity {

    String page1 = "1 - Android is a mobile operating system (OS) currently developed by Google, based on the Linux kernel and designed primarily for touchscreen mobile devices such as smartphones and tablets. Android's user interface is based on direct manipulation, using touch gestures that loosely correspond to real-world actions, such as swiping, tapping and pinching, to manipulate on-screen objects, along with a virtual keyboard for text input. In addition to touchscreen devices, Google has further developed Android TV for televisions, Android Auto for cars, and Android Wear for wrist watches, each with a specialized user interface";
    String page2 = "2 - Initially developed by Android, Inc., which Google bought in 2005,[13] Android was unveiled in 2007, along with the founding of the Open Handset Alliance  a consortium of hardware, software, and telecommunication companies devoted to advancing open standards for mobile devices.[14] As of July 2013, the Google Play store has had over one million Android applications (\"apps\") published, and over 50 billion applications downloaded.[15]";
    String page3 = "3 - An AprilMay 2013 survey of mobile application developers found that 71% of developers create applications for Android,[16] and a 2015 survey found that 40% of full-time professional developers see Android as their priority target platform, which is comparable to Apple's iOS on 37% with both platforms far above others.[17] At Google I/O 2014, the company revealed that there were over one billion active monthly Android users, up from 538 million in June 2013.[18]";
    String page4 = "4 - Android, Inc. was founded in Palo Alto, California in October 2003 by Andy Rubin (co-founder of Danger),[25] Rich Miner (co-founder of Wildfire Communications, Inc.),[26] Nick Sears (once VP at T-Mobile),[27] and Chris White (headed design and interface development at WebTV[13]) to develop, in Rubin's words, \"smarter mobile devices that are more aware of its owner's location and preferences\".[13] The early intentions of the company were to develop an advanced operating system for digital cameras.";

From source file com.keepe.plugins.cardio.CardIOMain.java

public class CardIOMain extends Activity {

    private static int MY_SCAN_REQUEST_CODE = 10;

    @Override
    protected void onCreate(Bundle savedInstanceState) {

From source file com.google.zxing.client.android.TestActivity.java

public class TestActivity extends Activity {

    @Override
    protected void onCreate(Bundle savedBundleInstance) {
        super.onCreate(savedBundleInstance);
        TextView tv = new TextView(this);

From source file org.cug.passenger.ShowDriverInfoActivity.java

public class ShowDriverInfoActivity extends Activity {

    private TextView driverName;
    private TextView driverPhone;
    private TextView driverTime;
    private TextView license;

From source file com.parking.auth.RegisterUserActivity.java

public class RegisterUserActivity extends Activity implements AsyncTaskResultNotifierInterface {

    private static final String TAG = RegisterUserActivity.class.getSimpleName();
    protected static final int MIN_LICENSE_PLATE_LENGTH = 7;
    private EditText userNameText = null;
    private EditText fullNameText = null;

From source file MainActivity.java

public class MainActivity extends Activity {
    TextView textViewCountChars, textViewTimeline;
    EditText editTextTweet, editTextUsername;

    Twitter twitter;

From source file DetailActivity.java

public class DetailActivity extends Activity {

    private static final int MIN_DISTANCE = 50;
    private static final int OFF_PATH = 150;
    private static final int VELOCITY_THRESHOLD = 60;

From source file com.example.karspoolingapp.CarinfoActivity.java

public class CarinfoActivity extends Activity {

    private static final String INSERTION_URL = "http://morningchronicles.com/android/insertCarDetails.php";
    private ProgressDialog pDialog;
    private static final String TAG_SUCCESS = "success";
    private static final String TAG_MESSAGE = "message";