模式“正在加载...”对话框不是很好的 UI 决定吗?

发布于 2024-09-12 11:36:54 字数 277 浏览 6 评论 0原文

我在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

み零 2024-09-19 11:36:54

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文