Den 12.07.2011 21:10, skrev Edgar Merino:
Ok, but what happens if I need a Runnable that modifies/updates some parts of the GUI? wouldn't this cause problems if the operation doesn't run in the UI Thread?
Then you just wrap that explicit part in a ApplicationContext.queueCallback(runnable) call.
-- Edvin
