List of usage examples for android.app Application subclass-usage
From source file org.opensilk.music.MusicApp.java
/** * Use to initilaze singletons and global static variables that require context */ @ReportsCrashes(formUri = BuildConfig.ACRA_REPORTING_URL, /*i know this isnt secure */ formUriBasicAuthLogin = BuildConfig.ACRA_REPORTING_USR, formUriBasicAuthPassword = BuildConfig.ACRA_REPORTING_PASS, httpMethod = HttpSender.Method.PUT, reportType = HttpSender.Type.JSON, customReportContent = {
From source file com.sentaroh.android.TaskAutomation.GlobalParameters.java
public class GlobalParameters extends Application { public boolean initialyzeRequired = true; public FragmentManager frgamentMgr = null;
From source file cz.maresmar.sfm.app.SfmApp.java
/** * Application singleton that is used for logging using Timber * @see Application */ public class SfmApp extends Application implements ProviderInstaller.ProviderInstallListener {
From source file org.kontalk.Kontalk.java
System.exit(-3); } // use platform dependent configuration directory String homeDir = System.getProperty("user.home"); if (SystemUtils.IS_OS_WINDOWS) {
From source file org.envirocar.app.application.ECApplication.java
/**
* This is the main application that is the central linking component for all adapters, services and so on.
* This application is implemented like a singleton, it exists only once while the app is running.
* @author gerald, jakob
*
*/
From source file com.balch.mocktrade.TradeApplication.java
public class TradeApplication extends Application implements BaseApplication, ModelProvider { private static final String TAG = TradeApplication.class.getName(); private static final String DATABASE_NAME = "mocktrade.db"; private static final int DATABASE_VERSION = 3; private static final String DATABASE_CREATES_SCRIPT = "sql/create.sql";
From source file org.mythtv.client.MainApplication.java
/** * @author Daniel Frey * @author John Baab * */ public class MainApplication extends Application {
From source file nl.dobots.presence.PresenceDetectionApp.java
/**
* Copyright (c) 2015 Dominik Egger <dominik@dobots.nl>. All rights reserved.
* <p/>
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 3, as
* published by the Free Software Foundation.
From source file org.jboss.aerogear.android.cookbook.aerodoc.AeroDocApplication.java
public class AeroDocApplication extends Application { private static final String BASE_BACKEND_URL = ""; private static final String UNIFIED_PUSH_URL = ""; private static final String GCM_SENDER_ID = "";
From source file com.dpcsoftware.mn.App.java
public class App extends Application { public static final PorterDuff.Mode colorFilterMode = PorterDuff.Mode.MULTIPLY; public DatabaseHelper dbH; public long activeGroupId; public int activeGroupPos = -1;