Application

api reference


void  onConfigurationChanged(Configuration newConfig) 
void  onCreate() 
void  onLowMemory() 
void  onTerminate()

Base class for those who need to maintain global application state. You can provide your own implementation by specifying its name in your AndroidManifest.xml's <application> tag, which will cause that class to be instantiated for you when the process for your application/package is created.

A mock Application class. All methods are non-functional and throw UnsupportedOperationException. Override it as necessary to provide the operations that you need

xml elements of an application

Use the name attribute to specify a classname

wonder what the default application is if one is not specified?