Bada Question:
Download Questions PDF

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

Bada Interview Question
Bada Interview Question

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 Interview Questions And Answers PDF

Previous QuestionNext Question
How to bring a multitasking enabled application, to the foreground programmatically?How to support multiple languages?