List of usage examples for android.app Activity subclass-usage
From source file com.scandit.simplesample.SimpleSampleActivity.java
/** * Simple demo application illustrating the use of the Scandit BarcodeScanner SDK. */ /* * Licensed under the Apache License, Version 2.0 (the "License");
From source file com.piggate.samples.PiggateLogin.Activity_Main.java
public class Activity_Main extends Activity { Piggate _piggate; //Object of the Piggate class private boolean handledClick = false; //Handles click in buttons //Method onCreate of activity @Override
From source file com.group7.dragonwars.MapSelectActivity.java
public class MapSelectActivity extends Activity implements OnItemClickListener { private List<BasicMapInfo> mapInfo = new ArrayList<BasicMapInfo>(); @Override protected final void onCreate(final Bundle savedInstanceState) { super.onCreate(savedInstanceState);
From source file ch.hackzurich.migrozept.ScanditSDKSampleBarcodeActivity.java
/**
* Simple Activity illustrating how to embed the Scandit SDK.
*
* Important information for the developer with respect to Android 2.1 support!
*
* Android 2.1 differs from subsequent versions of Android OS in that it
From source file com.samsung.locator.SamiActivity.java
public class SamiActivity extends Activity { private Websocket websocket, live; private Handler handler; private TextView txtLive, txtWebsocket; private WebView webView; private String lastLat = "", lastLng = "";
From source file uk.ac.horizon.ug.exploding.client.logging.LoggingActivity.java
/** * @author cmg * */ public class LoggingActivity extends Activity {
From source file com.motelabs.chromemote.bridge.MainActivity.java
public class MainActivity extends Activity { private static final String LOG_TAG = "MainActivity"; private Intent backgroundServiceIntent = null; public boolean serviceEnabled = true;
From source file com.piggate.samples.PiggateLoginService.Activity_Main.java
public class Activity_Main extends Activity { Piggate _piggate; //Object of the Piggate class private boolean handledClick = false; //Handles click in buttons //Method onCreate of activity @Override
From source file nl.timmevandermeer.carglass.LocationActivity.java
/** * Populates views in a {@code CardScrollView} with cards built from custom embedded layouts to * represent items in a simple table. */ public class LocationActivity extends Activity { private static final String TAG = LocationActivity.class.getSimpleName();
From source file com.ws.wsme.openapi.WBLogoutAPIActivity.java
/**
* ? {@link LogoutAPI} ?
* ? Token ??
*
* @author SINA
* @since 2013-11-05