开发者

Creating professional GUI for Android application

I want to create professional looking GUI for Android application. Something more than just raw widgets which I'm taught to use in countless tutorials in the web. Unfortunately, I couldn't find an开发者_如何学Cy source of information how to customize those widgets and create better looking GUI. Examples could be: http://android.appstorm.net/wp-content/uploads/2011/03/calorific-sc.jpg or http://android.appstorm.net/wp-content/uploads/2011/03/chomp-sc.jpg

How are such GUIs created? If you could point me out to some tutorials on it, I would be really thankful!

Greetings, Bart


There's nothing in those examples that looks like it couldn't be made from standard components. For instance the second screen of that calorific application is just a background image for the window with a list and a button with a background image as well. The first image could easily be done with just buttons and background images for views as well.

TLDR: Split the view into rectangles, assume that these are all standard components with images as backgrounds unless they seem to have nonstandard interactions.


Those are called custom components.

You will need to do a fair amount of work to get the look you want. (compared to using system components).

http://developer.android.com/guide/topics/ui/custom-components.html

Edit Bone up on your Google-fu Bart!

http://www.google.com/search?q=custom+components+android+tutorial

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜