I have some buttons that begin some fairly heavy work, which means my app freezes when I click the button. What I want the button to do is to begin the heavy task and then carry on without waiting for the task to complete. What is the best way of doing this?
I've experimented a bit with the whole Task concept, but I can't seem to implement it correctly.