public static interface

GDApplication.OnLowMemoryListener

greendroid.app.GDApplication.OnLowMemoryListener
Known Indirect Subclasses

Class Overview

Used for receiving low memory system notification. You should definitely use it in order to clear caches and not important data every time the system need memory.

Summary

Public Methods
abstract void onLowMemoryReceived()

Public Methods

public abstract void onLowMemoryReceived ()