Here's the scenario:

- On an Activity I have a Handler that is posting a message every 5 seconds.
- If I click on an item in my ListView, for the above Activity, it starts a
new Activity by way of Intent.
- Clicking back on the phone will take me back to the previous Activity but
my Handler isn't running.  However, all of the data is still present on my
ListView.

What method do I need to implement to start that process up again?  I tried
onResume but that was even called when I visited the initial Activity the
first time, so I'm guessing there's something else I should be doing.

--
Chris Stewart
http://chriswstewart.com

-- 
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