how to maintain a Presistent state of an app in Android?

Posted by androidbase Praveen on Stack Overflow See other posts from Stack Overflow or by androidbase Praveen
Published on 2010-04-08T08:58:07Z Indexed on 2010/04/08 9:03 UTC
Read the original article Hit count: 384

hi all,

i am working on my App. in between i pressed the Home button on the device. my app will go to the background tasks. After that i long press the home button it will show my app as a persistent state. i.e where and what i had done in my app. But i click my app in the directory window it restarts my app. i want to do if my app is in the background tasks it will wake up else it will start. how to achieve that? Any Idea?

© Stack Overflow or respective owner

Related posts about android

Related posts about android-sdk