Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

can the layout editor be extracted from eclipse and run stand alone?

Any way to use the android layout editor as a stand alone tool just to edit a single xml file outside of eclipse?

like image 662
user1160711 Avatar asked Nov 13 '22 03:11

user1160711


1 Answers

There is no independent way to create a user interface outside of an IDE. Most online programs use mockups, which help you build and design your user interface. Balsamiq in particular lets you then export the mockups in xml format.

You can then apply them to the xml layout files in Eclipse.

Hope this helps.

Link to Balsamiq

like image 131
Michele La Ferla Avatar answered Nov 16 '22 04:11

Michele La Ferla