Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

better Android XML Layout Editor than the one in Eclipse

I'm searching for a better Android XML layout editor than the one in eclipse. Preferable placing items by drag and drop to the correct X/Y position. With the current editor I have to try out figures to place it at the exact position ... is there an easier way ? (RelativeLayout is used)

like image 884
Nils Avatar asked Jun 25 '10 04:06

Nils


3 Answers

So far, the only editor you will find is: http://droiddraw.org/ You can draw a layout from their webpage, since it's written in Java and they have an applet... or you can download it and use it locally. It has some nice features, like sending a test layout directly to a device.

like image 163
Cristian Avatar answered Oct 31 '22 22:10

Cristian


If DroidDraw is the only one option then I wouldn't consider it as answer. It bases everything on AbsoluteLayout which is deprecated. It's near impossible to implement any complex enough flexible layout with help of this tool, as result your solution won't be okay on different screen sizes..

like image 5
dykzei eleeot Avatar answered Nov 01 '22 00:11

dykzei eleeot


IntelliJ 12 has a much improved graphical interface over version 11. I prefer the IDE heavily over eclipse as I have found it much faster. The new graphical layout is very nice in this one.

like image 1
WallMobile Avatar answered Oct 31 '22 23:10

WallMobile