views:

247

answers:

2

Hello, 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)

+2  A: 

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.

Cristian
Hey, very nice Christian ! would you have any other tools like this one to share with us ? I mean other tools that make you gain a lot of time during dev ...
Hubert
Thanks - I know that one already, but it also has some bugs and doesn't work very well.
Nils
@Nils Yeah, you are right... that's why I said "so far, the only editor you will find...". I haven't found anything else :(
Cristian
A: 

year droiddraw is very useful for building UI's

Kariyachan