Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
请帮助我如何在 Eclipse 或 Android Studio 中使用我的 Android 应用程序中的草图设计的 UI。
.sketch 格式的草图文件
你不能这样使用它。 Sketch 只是一个原型设计应用程序,它可以帮助您在开始编码以实现该设计之前正确地设计您的设计。
我认为可以看看 Android Studio 2.2 Preview 中的新UI Designer & Constraint Layout,它可能有助于快速轻松地创建布局,只需使用拖放即可。
更多信息:
Google I/O 2016 谈 UI 设计师和约束布局
关于 UI 设计器和约束布局的 Android 博客文章
快乐编码!