Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的应用程序就像是在家门口交付产品。之后,客户订购产品给客户一个订单状态,如待处理、进度、包装等。它将从服务器获取。当经理更改订单状态时PC.如何在我的应用程序的订单状态页面中自动获取状态。任何知道的人与我分享。
您必须使用检查状态是否更新的服务。如果更新,则更改 textview 上的状态。但这不是一个好习惯。所以,我认为你必须使用推送通知来更新状态。