Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android UI Design tool [closed]

I am looking for a UI designer tool for android. I have tried many sites, but cannot find anything useful.

Some designer tools are only for wire-framing e.g. http://www.fluidui.com But they do not give me an XML layout source.

I know about: http://www.droiddraw.org/ but this tool is very old and it uses AbsoluteLayout, which is deprecated.

Eclipse UI designer tool is hard to use in my opinion. Button drag and drop for elements do not work correctly. I like Visual Studio's Form Designer, I think it is the best designer tool for C#. Especially for positioning - drag anything you want and drop where you want, it is very easy and useful.

Is there any good designer tool for Android like Visual Studio's Form Designer?

like image 367
Taleh Ibrahimli Avatar asked Jul 03 '13 22:07

Taleh Ibrahimli


1 Answers

I use the eclipse editor, but if you don't like that the other big one is in IntelliJ IDEA and the new Android Studio. Android Studio is beta and based on IntelliJ, but looks more friendly.

IntelliJ IDEA: http://www.jetbrains.com/idea/free_java_ide.html Android Studio: http://developer.android.com/sdk/installing/studio.html

like image 133
majinnaibu Avatar answered Nov 08 '22 12:11

majinnaibu