[android-developers] A timer thread and url fetch thread in same activity.

2011-05-19 Thread Droid
I am having problems with a timer that should fetch http results from the web every 5 minutes. I having problems with two threads - often I cannot even turn them off or keep the timer going without upsetting the apple cart. Should I start using wait() and notify(), a separate service or continue

Re: [android-developers] A timer thread and url fetch thread in same activity.

2011-05-19 Thread TreKing
On Thu, May 19, 2011 at 3:57 PM, Droid rod...@gmail.com wrote: I having problems with two threads - often I cannot even turn them off or keep the timer going without upsetting the apple cart. Just saying you're using two threads is a red flag. What apple cart? Should I start using wait()