More on Android GUI Programming
Like I mentioned in my previous post, it seems it is not possible to do the UI purely programmatically using the Android Java API. Or if it is, it is either so obvious I don’t see it, or so hard I just haven’t figured it out yet. I finally decided I’ll just hop on the XML GUI bandwagon.
Which lead me to use the DroidDraw program to design my GUI, which is pretty simple and nice to use even at though it is so new (expect some glitches, but compared to working by hand you’ll be glad you used it). It also comes with some nice tutorials, and a visual guide to the UI elements (another thing which seems to be missing from the official Android documentation, by the way).


alexk:
Take a look on new tool for GUI prototyping - Android GUI Prototyping Stencil for Visio
http://www.artfulbits.com/android/stencil.aspx
October 17, 2008, 9:14 amHeikki Toivonen:
Thanks, although it looks like that is Windows only. I think it would be more useful for UI designers than programmers.
October 24, 2008, 7:15 pm