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
2010-06-25 04:21:52
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
2010-06-25 04:38:48
Thanks - I know that one already, but it also has some bugs and doesn't work very well.
Nils
2010-06-25 15:05:06
@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
2010-06-25 15:24:17