In one of the previous tutorials I described a simple solution that allows an application to check if a new version is available. The solution presented there has two major flaws: while doing the check the main application thread is blocked, thus making the application UI not responsive to user actions after finding a new [...]
↧