Example usage for android.app Application subclass-usage

List of usage examples for android.app Application subclass-usage

Introduction

In this page you can find the example usage for android.app Application subclass-usage.

Usage

From source file org.zywx.wbpalmstar.widgetone.WidgetOneApplication.java

public class WidgetOneApplication extends Application {

    private ThirdPluginMgr mThirdPluginMgr;
    private WDataManager mWDataManager;
    protected ECrashHandler mCrashReport;
    private ELinkedList<EngineEventListener> mListenerQueue;

From source file io.github.mkjung.ivi.VLCApplication.java

public class VLCApplication extends Application {
    public final static String TAG = "VLC/VLCApplication";
    private static VLCApplication instance;

    public final static String SLEEP_INTENT = Strings.buildPkgString("SleepIntent");

From source file com.salesforce.marketingcloud.android.demoapp.LearningAppApplication.java

/**
 * LearningAppApplication is the primary application class.
 * This class extends Application to provide global activities.
 * <p/>
 *
 * @author Salesforce &reg; 2017.

From source file myblog.richard.vewe.launcher3.LauncherApplication.java

public class LauncherApplication extends Application {
    private static final String tag = "myapplication";
    private static final boolean LOGD = true;
    private User mUser;
    private ArrayList<App> mApplist = new ArrayList<App>();
    private PendingIntent mIntent;

From source file watch.oms.omswatch.application.OMSApplication.java

public class OMSApplication<autoButtonNavHash> extends Application {
    private static OMSApplication singleton;
    private String appId;
    private String appSchema;
    private String appUrl;
    private String configUrl;

From source file com.example.heya.SpikaApp.java

/**
 * SpikaApp
 * 
 * Basic Application class, holds references to often used single instance
 * objects and methods related to application like application background check.
 */

From source file com.cloverstudio.spika.SpikaApp.java

/**
 * SpikaApp
 * 
 * Basic Application class, holds references to often used single instance
 * objects and methods related to application like application background check.
 */

From source file com.bonsai.wallet32.WalletApplication.java

public class WalletApplication extends Application implements OnSharedPreferenceChangeListener {

    private static Logger mLogger = LoggerFactory.getLogger(WalletApplication.class);

    public String mPasscode;
    public KeyCrypter mKeyCrypter;

From source file com.irccloud.android.IRCCloudApplicationBase.java

@SuppressWarnings("unused")
public class IRCCloudApplicationBase extends Application {
    private NetworkConnection conn = null;
    private TimerTask notifierSockerTimerTask = null;
    private static final Timer notifierTimer = new Timer("notifier-timer");
    private Typeface csFont;

From source file com.sogistudio.online.SpikaApp.java

/**
 * SpikaApp
 * 
 * Basic Application class, holds references to often used single instance
 * objects and methods related to application like application background check.
 */