开发者

Update dialog controlled by remote server in android? [closed]

开发者 https://www.devze.com 2023-02-22 22:05 出处:网络
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 11 years ago.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消