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.adblockplus.android.AdblockPlus.java

public class AdblockPlus extends Application {
    private final static String TAG = "Application";

    private final static int MSG_TOAST = 1;

    /**

From source file de.syss.MifareClassicTool.Common.java

/**
 * Common functions and variables for all Activities.
 * @author Gerhard Klostermeier
 */
public class Common extends Application {

From source file net.zjy.zxcardumper.Common.java

/**
 * Common functions and variables for all Activities.
 * @author Gerhard Klostermeier
 */
public class Common extends Application {

From source file eu.basicairdata.graziano.gpslogger.GPSApplication.java

public class GPSApplication extends Application implements GpsStatus.Listener, LocationListener {

    //private static final float M_TO_FT = 3.280839895f;
    private static final int NOT_AVAILABLE = -100000;

    //private static final int UM_METRIC_MS = 0;

From source file org.mariotaku.twidere.app.TwidereApplication.java

public class TwidereApplication extends Application implements Constants, OnSharedPreferenceChangeListener {

    private static final String KEY_UCD_DATA_PROFILING = "ucd_data_profiling";
    private static final String KEY_SPICE_DATA_PROFILING = "spice_data_profiling";
    private static final String KEY_KEYBOARD_SHORTCUT_INITIALIZED = "keyboard_shortcut_initialized";
    private static TwidereApplication sInstance;

From source file ro.ciubex.keepscreenlock.MainApplication.java

/**
 * This is the application class for the Keep Screen Lock application.
 *
 * @author Claudiu Ciobotariu
 */
public class MainApplication extends Application {

From source file opensource.zeocompanion.ZeoCompanionApplication.java

public class ZeoCompanionApplication extends Application {
    // member variables
    public static boolean mFirstTIme = false;
    public static int mFirstTimeHintsShown = 0;
    public static int mMaxBitmapDim = 0;
    public static float mScreenDensity = 0;

From source file com.vendsy.bartsy.venue.BartsyApplication.java

/**
 * The ChatAppliation class serves as the Model (in the sense of the common user
 * interface design pattern known as Model-View-Controller) for the chat
 * application.
 * 
 * The ChatApplication inherits from the relatively little-known Android

From source file com.droid.app.fotobot.FotoBot.java

/**
 * <h1>FotoBot</h1>
 *     ?  .
 *   ??,   ??    ? . ??  Manifest.
 * ?  ?     ?? ? ?.
 */

From source file piuk.blockchain.android.WalletApplication.java

@SuppressLint("SimpleDateFormat")
public class WalletApplication extends Application {
    private MyRemoteWallet blockchainWallet;
    //   private SharedCoin sharedCoin;

    private final Handler handler = new Handler();