Basically, I want to create an application, and when this application has upd开发者_开发百科ate, I want some dialog to show up only when I have updates. Moreover, this updates are controlled by remote server. How can I accomplish this? Can someone give me some simple example? Thanks in advance!
Do you mean actually update the dialog on the screen of your application? Only the parent, which would be your application can update the UI. So the remote server wouldn't be able to update the dialog remotely. You can, however, periodically check the status of the remote server from your application and update that way.
精彩评论