Hello,
I want my application to get info from my server and update the UI accordingly. However, I don't want this to occur in the UI thread. Are there any simple examples of how to asynchronously read from the server and then let the UI thread know it should be updated? I just need a basic example and then I'll follow the design pattern. I'm sure plenty people do this with their applications. However, I have yet to see an example of this... thanks in advance!
Barney


