简体   繁体   English

Android中UI设计的更好替代方案

[英]A better alternative to UI design in Android

I got a app design project, I've been struggling with DroidDraw, is a non-usable UI tool from a designer perspective. 我有一个应用程序设计项目,我一直在努力DroidDraw,从设计者的角度来看,它是一个不可用的UI工具。

I need a tool that supports Android 4.0 UI elements, not a mockup tool like Balsamiq or such. 我需要一个支持Android 4.0 UI元素的工具,而不是像Balsamiq之类的模型工具。

Does anyone know another alternatives to UI design with WYSIWYG editors that let you design and get the XML code?. 有谁知道所见即所得的编辑器可以替代UI设计,让您设计并获取XML代码吗?

For user interface designing you can use either Eclipse or Intellij Leda Preview 对于用户界面设计,您可以使用EclipseIntellij Leda Preview

For both of them you will need to install android sdk. 对于两者,您都需要安装android sdk。 More info here 更多信息在这里

If you are using eclipse then you will have to install ADT plugin. 如果您使用的是eclipse,则必须安装ADT插件。 More info here . 更多信息在这里 Eclipse is officially supported by android. Eclipse由android正式支持。

Intellij comes with bundled android support. Intellij附带捆绑的android支持。 So you will not have to install any plugin for that. 因此,您无需为此安装任何插件。

Both of them are java IDE with android UI designer. 它们都是具有Android UI设计器的Java IDE。 They are not just UI designer as that of droid draw. 他们不仅像droid draw那样是UI设计器。 To see what you will get from Intellij follow this link 要查看您将从Intellij获得的收益,请点击此链接

Hope this will help you. 希望这会帮助你。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM