模式“正在加载...”对话框不是很好的 UI 决定吗?
我在 Reto Meier 的 博客 上读到,他不建议使用模式“正在加载...” Android 应用程序中的对话框。这是开发者们的普遍共识吗?
如果我有登录屏幕,当用户尝试登录时应该显示什么?到目前为止,我一直使用“正在登录...”不确定进度对话框。我应该使用应用程序的进度条吗?我应该使用吐司吗?
而且,在一般情况下,什么时候应该使用对话框,什么时候不应该使用?
I've read on Reto Meier's blog that he doesn't recommend the use of modal "Loading..." dialogs in Android applications. Is this a general consensus among developers?
If I have a login screen what should I display when the user tries to sign in? Until now, I have used a "Signing in..." indeterminate progress dialog. Should I use the application's progress bar? Should I use a Toast?
And, in the general case, when should I use dialogs and when not to?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Reto Meier 最近似乎解决了这个问题。 http://blog. radioactiveyak.com/2010/08/what-you-can-do-with-your-modal-dialogs.html
基本上,本文的想法是,一般来说,模式对话框是懒惰的开发人员避免的方式同步/更新。
It seems that Reto Meier has recently addressed this issue. http://blog.radioactiveyak.com/2010/08/what-you-can-do-with-your-modal-dialogs.html
Basically, the idea in the article is that, generally, modal dialogs are the lazy developer's way of avoiding synchronizations/updates.