Answers

Question and Answer:

  Home  Bada

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

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().

 216 views

More Questions for you: