List of usage examples for android.app Activity subclass-usage
From source file com.group7.dragonwars.GameActivity.java
public class GameActivity extends Activity { private static final String TAG = "GameActivity"; private GameState state = null; @Override
From source file com.app.jdy.ui.FaceValueActivity.java
/**
* description :?avtivity
*
* @version 1.0
* @author zhoufeng
* @createtime : 2015-1-24 ?8:56:14
From source file com.msopentech.thali.utilities.android.AndroidXmlHttpRequestTestActivity.java
/** * Android does not like Activities to live in the test part of the project so I have to define it here * even though it is for testing only. */ public class AndroidXmlHttpRequestTestActivity extends Activity implements BridgeTestLoadHtml { protected BridgeManager bridgeManager;
From source file org.path.episample.android.activities.MediaChooseAudioActivity.java
/**
* Simple shim for media interactions.
*
* @author mitchellsundt@gmail.com
*
*/
From source file org.path.episample.android.activities.MediaChooseVideoActivity.java
/**
* Simple shim for media interactions.
*
* @author mitchellsundt@gmail.com
*
*/
From source file org.path.episample.android.activities.MediaChooseImageActivity.java
/**
* Simple shim for media interactions.
*
* @author mitchellsundt@gmail.com
*
*/
From source file com.sparkplatform.ui.WebViewActivity.java
public class WebViewActivity extends Activity { // class vars ************************************************************* private static final String TAG = "WebViewActivity";
From source file com.dedipower.portal.android.TicketLanding.java
public class TicketLanding extends Activity { PortalAPI API = new PortalAPI(); JSONObject TicketAPI = null; JSONArray Tickets = null; String Success = "false"; String ErrorMessage = "";
From source file com.mytalentfolio.h_daforum.CPreviousBatchForum.java
/**
* <p>Copyright (c) Hochschule Darmstadt. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.</p>
*
* <p>You can redistribute and/or modify the code
* under the terms of the GNU General Public License version 2 only, as
From source file com.sorin.mediync.volley.PatientListView.java
/**
* Demonstrates: 1. ListView which is populated by HTTP paginated requests; 2.
* Usage of NetworkImageView; 3. "Endless" ListView pagination with read-ahead
*
* Please note that for production environment you will need to add
* functionality like handling rotation, showing/hiding (indeterminate) progress