[android-developers] Question on Shelves example

2010-10-21 Thread Prakash Iyer
The reference article on Painless Threading pointed me to the Shelves example as a place to understand AsyncTask. So I was reading that example. One question popped into my head while I was going thru ShelvesActivity. The onPause code calls stopBooksUpdater. That code snippet is as follows,

Re: [android-developers] Question on Shelves example

2010-10-21 Thread Romain Guy
This was useful before the JIT was added in Android 2.2. It's a bit faster, though in this particular case it doesn't really matter, I did it out of habit :) On Thu, Oct 21, 2010 at 3:45 PM, Prakash Iyer thei...@gmail.com wrote: The reference article on Painless Threading pointed me to the