Can the layout editor be extracted from the eclipse and work autonomously?

How to use android layout editor as a separate tool for editing a single xml file outside of eclipse?

+5
source share
1 answer

There is no independent way to create a user interface outside the IDE. Most online programs use layouts to help you create and design your user interface. Balsamiq, in particular, allows you to export layouts in xml format.

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

Hope this helps.

Link to Balsamiq

+1
source

All Articles