The moose likes Android and the fly likes UI tools and methods Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Mobile » Android
Reply Bookmark "UI tools and methods" Watch "UI tools and methods" New topic
Author

UI tools and methods

Alexander Ka
Greenhorn

Joined: Mar 22, 2011
Posts: 5
Hi there,

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
Mark Spritzler
ranger
Sheriff

Joined: Feb 05, 2001
Posts: 16624

Alexander Ka wrote:Hi there,

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.

Mark


Perfect World Programming, LLC - Two Laptop Bag - Tube Organizer
How to Ask Questions the Smart Way FAQ
Alexander Ka
Greenhorn

Joined: Mar 22, 2011
Posts: 5
I tried DroidDraw, but didn't find a way to create tabs and gave up on it. It seemed incomplete (missing a chunk of UI elements).

See attachment.
[Thumb - hello-tabwidget.png]
 Filename hello-tabwidget.png [Disk] Download
 Description
 Filesize 10 Kbytes
 Downloaded:  9 time(s)

Mark Spritzler
ranger
Sheriff

Joined: Feb 05, 2001
Posts: 16624

Alexander Ka wrote:I tried DroidDraw, but didn't find a way to create tabs and gave up on it. It seemed incomplete (missing a chunk of UI elements).

See attachment.


Yeah, the tools aren't perfect. I gave up trying to do a tab view. Although, in the end I know my app would be better off with one.

I have a friend that is really good at Android UIs so I might pass it to him to clean up my UI after the app is fully functional. ;)

Mark
 
 
subject: UI tools and methods
 
Threads others viewed
Android - Any secret tools of the trade?
Enough J2EE want to be a Web Designer
android UI vs Blackberry UI vs Ios UI
IntelliJ & Eclipse plugins
help please?
IntelliJ Java IDE