Tuesday, December 22, 2009

Drawing from a thread

Like the swing implementation, android must only write to the UI if it is on the UI thread.

The recommended way to do this is using the AsyncTask. More information about this can be found here.

No comments: