Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How we can do User Interface Design in Eclipse?

I'm a flex programmer who has just started to learn android today, successfully starting my learning with a hello world program.

How can we do user interface design for android in Eclipse? In flex we have xml-based components (mxml) for doing this. Does Eclipse have any similar design method or any design mode (like dot net) doing design?

like image 366
rejo Avatar asked May 14 '26 05:05

rejo


1 Answers

Eclipse provide a XML editor. Just open a XML, and can drag Form widgets, texts, images, gadgets....

The basic structure work with Layout, OFFICIAL TUTORIAL, study about them

Another good tutorial

Android advance design <-- Very userful

Hope it help!!!

like image 103
vgonisanz Avatar answered May 16 '26 20:05

vgonisanz