lixplor / android-Q-A

🐞 android related questions and answers
0 stars 0 forks source link

同一页面多个网络请求, 如何在UI中处理各自的等待, 超时, 失败等非成功场景? #79

Open lixplor opened 7 years ago

lixplor commented 7 years ago

页面A有以下请求:

req1 -> success
req2 -> fail
req3 -> success
req4 -> timeout
req5 -> fail

请求业务并不相关, UI如何表现更加合理?