What is use of onTrimMemory() method?

devquora
devquora

Posted On: Dec 26, 2020

 

    1 Answer Written

  •  devquora
    Answered by devquora

    The onTrimMemory() method is a part of the Android operating system's ComponentCallbacks2 interface, and it is used to notify an application when the overall memory usage of the system is low. This method is typically used to help applications manage their own memory usage more efficiently by releasing resources that are no longer needed.

Related Questions

Please Login or Register to leave a response.

Related Questions