Is it wise to use OnSaveState in FMX?
Android’s lifecycle model is a mess. The OS freely kills your process whenever it needs RAM, and you—the app developer—are expected to deal with the fallout. Android shifts its memory problems onto the app layer, leaving you to rebuild your internal state because the OS felt like freeing 200 MB. FireMonkey tries to give you […]
Is it wise to use OnSaveState in FMX? Read More »