i have downloaded Eclipse Galileo and install Android SDK for the first time.
I have try to create an simple Userinterface, but i have see that i can’t move
the “object” directly from the stage. But i need to edit the Code or open the Property panel
in order to change the position of an Element on the Stage.
Isn’t Eclipse WYSIWYG?
D.
The Eclipse editor is not fully WYSIWYG, it’s somewhat limited. There’s another tool out at http://www.droiddraw.org/ but I wouldn’t recommend to use either.
I find, in the end it’s easier and faster to build the UI yourself in xml code (due to lack of really good tools). It’s worth the time to study the layout managers in-depth therefore.