Bada Question: Download Bada PDF

Suppose My application needs to store the application state, even if it is being terminated by the system. How can I do this?

Tweet Share WhatsApp

Answer:

In such cases the checkpoint event is fired and bada provides an event listener (IAppCheckpointEventListener) for it. You can save your application state or context within the OnAppCheckpointing() callback method. You can also save your application sate on OnAppTerminating().

Download Bada PDF Read All 44 Bada Questions
Previous QuestionNext Question
How to bring a multitasking enabled application, to the foreground programmatically?How to support multiple languages?