简体   繁体   中英

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.

I need a tool that supports Android 4.0 UI elements, not a mockup tool like Balsamiq or such.

Does anyone know another alternatives to UI design with WYSIWYG editors that let you design and get the XML code?.

For user interface designing you can use either Eclipse or Intellij Leda Preview

For both of them you will need to install android sdk. More info here

If you are using eclipse then you will have to install ADT plugin. More info here . Eclipse is officially supported by android.

Intellij comes with bundled android support. So you will not have to install any plugin for that.

Both of them are java IDE with android UI designer. They are not just UI designer as that of droid draw. To see what you will get from Intellij follow this link

Hope this will help you.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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