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?
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!!!