Hi all: If we have a task executed in a background and post a runnable to the UI thread by calling Handler.post(r) when the task is done, do the statements in the task "happen-before" the statements in the runnable? Or do we need some kind of synchronization?
-- 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

