The methods of Android.App.Application are listed below. For a list of all members, see the Application Members list.
See Also: Inherited members from Android.Content.ContextWrapper
OnConfigurationChanged(Android.Content.Res.Configuration)Called by the system when the device configuration changes while your component is running. | ||
OnCreate()Called when the application is starting, before any activity, service, or receiver objects (excluding content providers) have been created. | ||
OnLowMemory()This is called when the overall system is running low on memory, and actively running processes should trim their memory usage. | ||
OnTerminate()This method is for use in emulated process environments. | ||
OnTrimMemory(Android.Content.TrimMemory)Called when the operating system has determined that it is a good time for a process to trim unneeded memory from its process. | ||
RegisterActivityLifecycleCallbacks(Application.IActivityLifecycleCallbacks) | ||
RegisterOnProvideAssistDataListener(Application.IOnProvideAssistDataListener) | ||
UnregisterActivityLifecycleCallbacks(Application.IActivityLifecycleCallbacks) | ||
UnregisterOnProvideAssistDataListener(Application.IOnProvideAssistDataListener) |