Say that a user clicks on a Button. Is the resulting onClick() function invoked on the main UI thread of the activity?
+1
A:
Yes it is. And then you launch your crazy networking stuff in a background thread.
alex
2010-07-20 00:12:18