Re: [android-developers] View.post* methods are not thread-safe

2011-08-09 Thread Romain Guy
This issue has been fixed. On Tue, Aug 9, 2011 at 4:48 PM, joebowbeer wrote: > I filed a bug regarding inconsistent documentation of the Thread.post* > methods: > > http://code.google.com/p/android/issues/detail?id=19143 > > I'm fine with always using a Handler, as the View documentation > stipu

[android-developers] View.post* methods are not thread-safe

2011-08-09 Thread joebowbeer
I filed a bug regarding inconsistent documentation of the Thread.post* methods: http://code.google.com/p/android/issues/detail?id=19143 I'm fine with always using a Handler, as the View documentation stipulates, but the rest of the View documentation is scattered with error-prone advise to call t