views:

811

answers:

2

We are beginning to learn Android, converting our iPhone apps over.

There is a rudimentary editor for layouts in Eclipse, but it's not very good. Is there a visual designer that would be on par with the iPhone "Interface Builder" ?

+4  A: 

AFAIK there is no such builder yet for Android,

Check out droiddraw and try to make the most out from Eclipse builder, those are the best and only interface builders. Anyway once you get in, you won't spend to much time creating lots of interfaces, as you will reuse them or the inbuilt components like preferencescreen.

When developing and thinking about layouts, think them as they were like HTML layouts.

Pentium10
+2  A: 

App Inventor looks interesting, but it's still in beta and you need to request access: http://appinventor.googlelabs.com/about/

It seems to have a nice interface for building Android UI's and actually generates other code such as networking and database code.

Jin Liew
the editor is nice, yes, but you cannot reuse what you create with sdk or monodroid.
neslekkiM