List of usage examples for android.app Application subclass-usage
From source file com.elkriefy.android.apps.authenticationexample.AuthenticationExample.java
/** * The Application class of the sample which holds the ObjectGraph in Dagger and enables * dependency injection. */ public class AuthenticationExample extends Application {
From source file ca.frozen.curlingtv.App.java
public class App extends Application { // instance variables private static Context context; //****************************************************************************** // onCreate
From source file ca.frozen.rpicameraviewer.App.java
public class App extends Application { // instance variables private static Context context; //****************************************************************************** // onCreate
From source file com.idisplay.base.IDisplayApp.java
public class IDisplayApp extends Application { public static final short FIRST_START_DATE = (short) 11; public static final short IS_RATED = (short) 12; public static final short O_DEVICE = (short) 8; public static final short O_IMEI = (short) 9; public static final short O_LAST_REGISTRATION_TIME = (short) 6;
From source file com.rex.yangtzeu.Yangtzeu.java
public class Yangtzeu extends Application { private static Yangtzeu instance; private static Sql db; private static HttpClient client = new HttpClient(); public static String jwc_login_viewstate = null;
From source file io.amira.zen.core.ZenApplication.java
public class ZenApplication extends Application { public static volatile Context applicationContext = null; public static volatile Handler applicationHandler = null; private static volatile boolean applicationInited = false; private static volatile ZenSettingsManager applicationConfig = null;
From source file com.catchoom.servicerecognition.CatchoomApplication.java
public class CatchoomApplication extends Application { public static final String APP_LOG_TAG = "Catchoom app"; public static final String PREFS_EDITOR_NAME = "catchoomPrefs"; public static final String PREFS_COLLECTION_TOKEN_KEY = "collectionToken";
From source file org.peercast.core.PeerCastApplication.java
/** * (c) 2015, T Yoshizawa * * Dual licensed under the MIT or GPL licenses. */ public class PeerCastApplication extends Application {
From source file de.kirchnerei.bicycle.BicycleApplication.java
public class BicycleApplication extends Application { private SettingRepository mSetting; private Formatter mFormatter; private HttpManager mHttpManager; private ObjectMapper mMapper;
From source file com.entertailion.android.shapeways.ShapewaysApplication.java
/**
* Application shared data.
*
* @author leon_nicholls
*
*/