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.frostwire.android.gui.MainApplication.java

/**
 * @author gubatron
 * @author aldenml
 */
public class MainApplication extends Application {

From source file pct.droid.base.PopcornApplication.java

public class PopcornApplication extends Application implements PopcornUpdater.Listener {

    private static OkHttpClient sHttpClient;
    private static String sDefSystemLanguage;
    private static Application sThis;

From source file com.tdispatch.passenger.core.TDApplication.java

final public class TDApplication extends Application {
    protected static TDApplication mAppContext;
    protected static SharedPreferences mPrefs;
    protected static NotificationManager mNotificationManager;
    protected static SessionManager mSessionManager;
    protected static BookingManager mBookingManager;

From source file com.ibm.watson.developer_cloud.android.text_to_speech.v1.TTSUtility.java

public class TTSUtility extends Application {
    private static final String TAG = TTSUtility.class.getName();

    public static final String CODEC_WAV = "audio/wav";
    public static final int CODEC_WAV_SAMPLE_RATE = 0;

From source file ca.appvelopers.mcgillmobile.App.java

/**
 * Application implementation
 * @author Julien Guerinet
 * @since 1.0.0
 */
public class App extends Application {

From source file de.gebatzens.ggvertretungsplan.GGApp.java

public class GGApp extends Application {

    public GGPlan.GGPlans plans = null;
    public News news;
    public Mensa mensa;
    public MainActivity activity;

From source file com.radicaldynamic.groupinform.application.Collect.java

/**
 * Extends the Application class to implement 
 * @author carlhartung
 *
 */
public class Collect extends Application {

From source file com.radiusnetworks.museumguide.MuseumGuideApplication.java

/**
 * Created by dyoung on 2/28/14.
 *
 * This is the central application class for the Museum Guide.  It is responsible for:
 * 1. Initializing ProxomityKit, which downloads all the iBeacons associated with the museum
 *    along with their configured item_id, image_url, html_url, and title values.  It then starts

From source file org.kaaproject.kaa.demo.notification.KaaNotificationApp.java

/**
 * Implementation of the base {@link Application} class. Performs initialization of
 * application resources including initialization of the Kaa client. 
 * Handles the Kaa client lifecycle.
 */
public class KaaNotificationApp extends Application {

From source file com.abiansoftware.lib.reader.AbianReaderApplication.java

public class AbianReaderApplication extends Application {
    private static final String READ_URL_PREFERENCES = "AbianReaderReadUrlList";
    private static final String KEY_READ_URL_LIST = "readUrlList";

    private static AsyncHttpClient s_asyncHttpClient = null;
    private static AbianReaderApplication s_singleton = null;