【问题标题】:Is there any website showcasing all of the available UI components and widgets with source code?是否有任何网站展示所有可用的 UI 组件和带有源代码的小部件? 【发布时间】:2011-05-10 19:14:58 【问题描述】: 我正在寻找类似Visual Guide to Swing Components (Windows Look and Feel) 的东西。 显示 Android UI 组件的页面。 谢谢。 【问题讨论】: 标签: java android android-widget ui-guidelines 【解决方案1】: Android 文档有一整节专门介绍 User Interface 以及源代码示例。最重要的小节如下: Declaring Layout, Creating Menus, Creating Dialogs。 如果你还没有检查这些,你应该检查。 此外,您还拥有这些: Hello, Views A Visual Guide to Android GUI Widgets Android Development Tutorial 【讨论】: