Application
satya - Saturday, September 27, 2008 3:20:31 PM
public methods
void onConfigurationChanged(Configuration newConfig)
void onCreate()
void onLowMemory()
void onTerminate()
satya - Saturday, September 27, 2008 3:22:14 PM
How can you use this object
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.
satya - Saturday, September 27, 2008 3:22:52 PM
MockApplication can be used as a default implementation
A mock Application class. All methods are non-functional and throw UnsupportedOperationException. Override it as necessary to provide the operations that you need
satya - Saturday, September 27, 2008 3:38:04 PM
xml elements of an application
satya - Saturday, September 27, 2008 3:38:16 PM
Use the name attribute to specify a classname
Use the name attribute to specify a classname
satya - Saturday, September 27, 2008 3:38:53 PM
wonder what the default application is if one is not specified?
wonder what the default application is if one is not specified?