[android-developers] Stopping thread when last activity finishes

2010-03-02 Thread michael
Hi all, I am struggling to find a good way of achieving a very simple objective, namely to maintain a thread that lives from the first activity of my app is started until the last activity is stopped. I can create a thread whenever I like, but even if I mark the thread as daemon, it continues to

Re: [android-developers] Stopping thread when last activity finishes

2010-03-02 Thread Mark Murphy
michael wrote: Hi all, I am struggling to find a good way of achieving a very simple objective, namely to maintain a thread that lives from the first activity of my app is started until the last activity is stopped. I can create a thread whenever I like, but even if I mark the thread as