Like a lot of people I've encountered a NetworkOnMainThread exception. However, this is still occurring for me even after using the code from the book with the Thread and the Handler.
I've posted a question about this on StackOverflow at
http://stackoverflow.com/questions/2...xample-in-prof (but couldn't tag it with PA4AD as Reto suggested since I don't have enough reputation).
Why is this still happening even though the code is doing the XML download and parsing on a separate thread?