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 com.overture.questdroid.app.VolleyController.java

/**
 * Application class for the demo. Used to ensure that VolleyHelper is initialized. {@see VolleyHelper}
 * @author Wei Wang
 *
 */
public class VolleyController extends Application {

From source file nl.dobots.imbusy.ImBusyApp.java

/**
 * Copyright (c) 2015 Bart van Vliet <bart@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 com.wishlist.Utility.java

public class Utility extends Application {

    public static Facebook mFacebook;
    public static AsyncFacebookRunner mAsyncRunner;
    public static JSONObject mFriendsList;
    public static String userUID = null;

From source file com.cwp.android.baidutest.MyApplication.java

/**
 * Created by Just on 2016/5/4.
 */
public class MyApplication extends Application {
    public static final String NOT_LANDING = "NOT_LANDING";
    public static final String NULL_NAME = "NULL_NAME";

From source file au.com.wallaceit.reddinator.GlobalObjects.java

public class GlobalObjects extends Application {
    static final boolean DEBUG_LOGGING = true;
    private ArrayList<String> mSubredditList;
    static int LOADTYPE_LOAD = 0;
    static int LOADTYPE_LOADMORE = 1;
    static int LOADTYPE_REFRESH_VIEW = 3;

From source file name.zurell.kirk.apps.android.rhetolog.RhetologApplication.java

/**
 * Application singleton for Rhetolog
 * @author kirk
 *
 */

From source file com.example.facebook_photo.Utility.java

@SuppressWarnings("deprecation")
public class Utility extends Application {

    public static Facebook mFacebook;
    public static AsyncFacebookRunner mAsyncRunner;
    public static JSONObject mFriendsList;

From source file com.obnsoft.ptcm3.MyApplication.java

public class MyApplication extends Application {

    public static final String URL_BASE = "http://smileboom.com/special/ptcm3/";

    private static final String URL_CMD_HTML = URL_BASE + "reference/index.php";
    private static final String URL_SPU_PNG = URL_BASE + "image/ss-story-attachment-1.png";

From source file org.akvo.caddisfly.app.MainApp.java

public class MainApp extends Application {

    public final ArrayList<Double> rangeIntervals = new ArrayList<Double>();
    public final ArrayList<ColorInfo> colorList = new ArrayList<ColorInfo>();
    public final DecimalFormat doubleFormat = new DecimalFormat("0.0");
    public final double rangeIncrementValue = 0.1;

From source file com.makotosan.vimeodroid.ApplicationEx.java

public class ApplicationEx extends Application {
    private static final String TAG = "ApplicationEx";
    private HttpClient httpClient;

    @Override
    public void onCreate() {