List of usage examples for android.app Activity subclass-usage
From source file org.lucasr.smoothie.samples.bitmapcache.MainActivity.java
public class MainActivity extends Activity { private AsyncListView mListView; @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);
From source file com.mobshep.ITLS3.InsufficientTLS3.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,
From source file com.knurld.dropboxdemo.KnurldActivity.java
public class KnurldActivity extends Activity { public KnurldService knurldService; private Thread knurldServiceThread; private static final String KNURLD_INSTRUCTIONS = "KNURLD_INSTRUCTIONS";
From source file client.android.gui.LoginTab.java
public class LoginTab extends Activity { public static boolean userLoggedOn; private EditText loginEditText; private EditText passwordEditText;
From source file com.plugin.am.ReceiverActivity.java
public class ReceiverActivity extends Activity { /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);
From source file com.musevisions.android.SudokuSolver.SudokuSolverActivity.java
/** Main class handling the UI for the Sudoku Solver */ public class SudokuSolverActivity extends Activity implements SolverListener { //private static final String TAG = "SudokuSolverActivity"; private GridView mGridView; private CheckBox mChkBruteForce;
From source file com.deemsysinc.gpsmobiletracking.DashboardActivity.java
public class DashboardActivity extends Activity { Boolean isInternetPresent = false; ConnectionDetector cd; JsonParser jsonParser = new JsonParser(); JSONObject jArray; public static ArrayList<String> vehiclelist = new ArrayList<String>();
From source file com.tct.mail.ui.LicensesActivity.java
/** * This activity displays the Software Licenses of the libraries used by this software. */ public class LicensesActivity extends Activity { @Override
From source file com.wikitude.example.SimpleARBrowserActivity.java
/**
*
* @author Wikitude
* @date JAN 2012
*
* @class SimpleARBrowserActivity
From source file it.scoppelletti.mobilepower.app.HelpActivity.java
/** * Attività di visualizzazione della Guida. * * @since 1.0 */ public final class HelpActivity extends Activity {