Android UI 设计指南 - 在哪里可以找到?
在开发 iPhone 应用程序 2 年后,我想开发 Android 应用程序。首先,我不是程序员。我是一名 UI 设计师和可用性工程师,拥有应用程序编程的基本知识。我有一位同事担任程序员的角色。因此,我第一次查看developer.android.com 上标题为“UI 设计”的文档时感到惊讶。没有真正的设计指南,只是关于编码的混乱,没有具体的提示应用程序必须如何看起来像你在阅读“UI设计”时所期望的那样。好吧 - Android 是一个非常开放的系统,适用于许多不同的硬件类型 - 可能有点难以提供适合所有系统的建议 - 但并非不可能。让我们看看 Symbian - 它也相对开放,他们有这个:forum.nokia.com/info/sw.nokia.com/id/8299c7a4-d3d8-4c4c-b62e-97a4c831e6a3/User_Experience_Evaluation_Model_v1_1_en.pdf.html
很好的帮助,很好的基础!
现在我正在寻找 Android UI 开发人员的等效文档(同样,不是编程部分)。这看起来很棒:developer.android.com/guide/practices/ui_guidelines/index.html 但它并不能涵盖所有场景,并且迟早会迷失在编码建议中。
我期待您的帮助。 非常感谢和最诚挚的问候。
I'd like to develop apps for Android after 2 years of developing iPhone apps. First of all, I'm not a programmer. I'm a UI designer and usability engineer with basic knowledge of app programming. I have a colleague doing the part of the programmer. So my first look into the documents on developer.android.com titled "UI design" resultet in surprise. No real design guidelines, just clutter about coding, no concrete hints how apps have to look like what you are expecting when you read "UI Design". OK - Android is a very open system for many different hardware types - maybe a little bit hard to give advices that fit for all systems - but not impossible. Let's look at e.g. Symbian - it's relatively open too and they have this: forum.nokia.com/info/sw.nokia.com/id/8299c7a4-d3d8-4c4c-b62e-97a4c831e6a3/User_Experience_Evaluation_Model_v1_1_en.pdf.html
Great help, good basics!
Apple has this: http://developer.apple.com/iphone/library/documentation/UserExperience/Conceptual/MobileHIG/Introduction/Introduction.html
Examplary done!
Now I am searching for the equivalent document for Android UI Devs (again, not the programming part). This one looks great: developer.android.com/guide/practices/ui_guidelines/index.html
but it does not cover all scenarios and sooner or later gets lost in advices for coding.
I'm looking forward to your help.
Many thanks and best regards.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我认为那些在 http://developer.android.com/guide/practices/ ui_guidelines/index.html 是目前唯一的,引用: Android UI 团队已经开始为 Android 应用程序的交互和视觉设计制定指南。请在此处查找我们发布的描述这些指南的文章。。所以听起来未来还会有更多,但他们还没有完成。
您还可以在这里找到一些信息: http://developer.android.com/ guide/topics/ui/index.html
总的来说,我不认为 Google 在设计方面与 Apple 有着不同的思维方式,所以我怀疑是否会有那么多官方材料。
有一个名为 androidhig.pdf 的文档,似乎是某人刚刚通过改编 iPhone 自己创建了一套合理的指南,我现在找不到该文档的任何下载链接,但如果您通过谷歌搜索文件名,您可以在至少一个链接上进行快速查看以查看文件的内容。
I think those at http://developer.android.com/guide/practices/ui_guidelines/index.html are the only ones at the moment, quote: The Android UI team has begun developing guidelines for the interaction and visual design of Android applications. Look here for articles that describe these guidelines as we release them.. So it sounds like there will be more in the future but they haven't finished them yet.
You can also find some information here: http://developer.android.com/guide/topics/ui/index.html
In general, I don't think Google has a different mindset than Apple when it comes to design so I doubt there will ever be as much official material.
There's a document called androidhig.pdf that seems to be someone that has just created a set ot reasonable guidelines themselves by adapting the IPhone ones, I can't find any download link for that document now, but if you google for the file name you can do quickview on at least one of the links to see the contents of the file.
Google 推出了一个包含 Android UI 和设计指南的全新网站。
Google has launched a brand new site with Android UI and design guidelines.
正如 @ho1 所指出的,HIG 很大程度上是一项正在进行中的工作。除了这些建议之外,我还推荐最近的一篇博客文章 UI 设计模式,我发现这很有启发。
编辑后的附录:I/O 会议上还描述了 UI 设计模式,以视频形式提供。
As @ho1 notes, HIG is very much a work in progress. In addition to those suggestions, I'd recommend a recent blog post on UI design patterns, which I found enlightening.
EDITED ADDENDUM: UI design patterns were also described at the I/O conference, available as video.