List of usage examples for android.app Application subclass-usage
From source file fr.cph.stock.android.StockTrackerApp.java
/**
* This class extends Application. It defines some functions that will be available anywhere within the app
*
* @author Carl-Philipp Harmant
*
*/
From source file com.nuvolect.securesuite.main.App.java
/** * Provide an ability to get a context without * having to use an Activity or Service context. */ public class App extends Application {
From source file com.kakao.GlobalApplication.java
/** * ? ? ? ? ??. * * @author MJ */ public class GlobalApplication extends Application {
From source file com.github.tetravex_android.TetravexApp.java
/** * Custom application class */ public class TetravexApp extends Application { private ObjectGraph mObjectGraph;
From source file com.adobe.phonegap.csdk.AdobeAuthCredentialsApp.java
/** * This class exposes methods in Cordova that can be called from JavaScript. */ public class AdobeAuthCredentialsApp extends Application implements IAdobeAuthClientCredentials { private static final String LOG_TAG = "Creative SDK Client Auth: AdobeAuthCredentialsApp";
From source file com.lime.template.loginbase.GlobalApplication.java
/**
* ? ? ? ? ??.
* ? ? .
*
* @author MJ
*/
From source file com.kakao.template.loginbase.GlobalApplication.java
/**
* ? ? ? ? ??.
* ? ? .
*
* @author MJ
*/
From source file com.oprisnik.semdroid.Semdroid.java
/** * Main application that loads all available plugins. */ public class Semdroid extends Application { public static final String PLUGINS_FOLDER = "plugins";
From source file com.mutter.uninstallmonitor.MainApp.java
public class MainApp extends Application { static { Runtime.getRuntime().loadLibrary("uninstall_monitor"); }
From source file com.app.soccerveteranv.GlobalApplication.java
/**
* ? ? ? ? ??.
* ? ? .
*
* @author MJ
*/