Just starting with Android.
Seems like there are no graphical tools to create the UI for your apps.
From what I've read you can do it two ways, programmaticaly using the API calls or XML layout.
Are there any tools, techniques to simplify the process?
Any tools to use for just mapping out the UI layout?
Just starting with Android.
Seems like there are no graphical tools to create the UI for your apps.
From what I've read you can do it two ways, programmaticaly using the API calls or XML layout.
Are there any tools, techniques to simplify the process?
Any tools to use for just mapping out the UI layout?
Thanks,
Alexander
The Eclipse Android plugin comes with a UI builder, and there is also DroidDraw. Personally, I use DroidDraw because I am using IntelliJ IDEA.