i want to destroy my app instance on Exit Button (RED KEY) in Nokia phone. any help .?
Asked
Active
Viewed 441 times
2 Answers
1
DestroyApp
is called when App is closing.you can request to destroy App by calling notifyDestroyed()
in DestroyApp()
method of application life cycle.Hope this helps.

vITs
- 1,651
- 12
- 30
0
Dosen't J2ME Game/App terminate on pressing the the Red Key?
You're App will be destroyed once you press the red key (End Call Key).As far as I know,all Nokia mobiles terminate it.In s40 phones it shows a "Exit Application?" message while on s60 phones,it will terminate instantly.

Spikatrix
- 20,225
- 7
- 37
- 83