views:

4097

answers:

3

Is there a tool or a website that could help me create a UI for an Android application using drag-and-drop?

I found this site but want to know if there is a more stable tool or website for this?

+7  A: 

The Android Development Tools (ADT) plugin for Eclipse includes a visual editor for android application layout files:

http://developer.android.com/guide/developing/eclipse-adt.html

Josef
Especially the one that comes with Android SDK 1.5, it is much better than DroidDraw.
Isaac Waller
+1  A: 

Droiddraw is good. I have been using it since long and haven't faced any issues yet (though it crashes sometimes, but thats ok)

lostInTransit
"it crashes sometimes, but thats ok" - that's my mantra too ;)
demoncodemonkey
A: 

DroidDraw seems to be very useful. It has a clean and easy interface and it is a freeware. Available for Windows, Linux and Mac OS X. I advice a donation.

If you don't like it, you should take a look at this site http://speckyboy.mobify.me/2010/05/10/android-app-developers-gui-kits-icons-fonts-and-tools/ There are some other options and other useful tools.

P.S.: My reputation does not allow me to post another link, but for DroiDraw it would be droidraw.org

Rafael Carvalho