Android UI Tools
Please give me an idea about android开发者_JAVA百科 User interface design.Is there any tool to design the User Interface? Or Is we need to create XML file manually ? I am really newbie in android application?
Thanks
I recommend you to install the Android sdk, eclipse and ADT(Android development tools) plugin to eclipse and see for yourself. All the information about how to do this is on here.
If you are a beginner I can also recommend you what I think to be the best android development tutorial on the web, the free best one at least, from Marakana.
I think this will tell you all you need to start...
EDIT: I had no time to give a greater answer, so I'm completing it now. Google has made a big effort to provide a WYSIWYG interface to avoid xml but you will still need to code some stuff. Another great help to avoid xml is the Properties view on eclipse accessible by Window > Show View > Properties or if its not there look for it in the Window > Show View > Other... popup menu. The Outline view accessible through the same menus will help you select between the elements you have on your layout.
All these things combined with the eclipse auto-completion feature and some shortcuts(ctrl + space is your friend) while coding in xml will give you a lot of information about the properties available.
If you are really in the mood to start developing to the android platform the Marakana Android Bootcamp I linked above is going to teach you all the basic stuff and mainly the background you need to look for what you don't know.
Droid Draw: http://www.droiddraw.org/ is one option.
The ADK currently comes with a plugin for Eclipse that lets you do this.
Google has plans to enhance this feature: http://www.youtube.com/watch?v=Oq05KqjXTvs&feature=channel_video_title
On July 6th, version 12 of the ADT (Android Developer Tools) was released and Google has made some big changes to creating RelativeLayout with a WYSIWYG editor. You can check it out around the 26 minute mark of the video posted below.
http://www.youtube.com/watch?v=Oq05KqjXTvs
精彩评论