Nothing wrong with the code. However your mention of "thread" raises a red flag. I've seen some inexplicable errors occur when I've violated the Android UI thread rules. Have you considered using AsyncTask, or at least understood how it avoids the pitfalls of trying to manipulate the UI from a non-UI thread?
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

