hi,

I just read from internet to maintain the state of my application by
overriding the onKeyDown function as given below. And set the launch mode of
my activity as singleInstance. And it is working perfectly. Just want to
know if it is correct approach. And how it is different from
onSaveInstanceState. Thanks

    public boolean onKeyDown(int keyCode, KeyEvent event)
    {
    return this.moveTaskToBack(true);
    //return super.onKeyDown(keyCode, event);
    };




--
Best Regards,
Atif Gulzar

I ◘◘◘◘ Unicode, ɹɐzlnƃ ɟıʇɐ

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to