Anyone know of a user interface guidelines document for Android applications? Looking for something similar to Apple's or Gnome's.
|
feedback
|
|
They already gave to you the essential links you can find on the web on the subject. I'd add some personal advices I wish I add before designing my first android app :
EDIT : BTW, there is a nasty bug in 1.0 that prevent you from using a textbox outside of a tab view. Don't know if it's fixed in cupcake. | |||||||||
feedback
|
|
The Android Dev Guide now includes a section on UI Guidelines, but as of writing it only has guidelines on widget design, not on application design. | |||
|
feedback
|
|
The closest you'll get is here You may also find these blog entries helpful | |||||
|
feedback
|
|
Google finally published an User Interface Design Guide. You can find it here http://developer.android.com/design/index.html Most of the visual stuff only applies to Ice Cream Sandwich but the clean modern look is worth to port some of the stuff back to older applications. The general user interaction parts should be considered for all plattform versions. | |||
|
feedback
|
|
I recently stumbled upon this PDF at binary sheep. It is an attempt to create an assortment, borrowing better UI practices from both android and iPhone. | |||
|
feedback
|
|
Recently, this blog entry was added on UI design patterns, complemented by this Google I/O video. Not quite prescriptive guidance yet, but a step on the way, and much more concrete on what to place where and how to make the interaction work than what I find in the answers supplied so far. (Oddly, @Randolpho's link to the Android Developer's blog doesn't seem to include the design pattern post... oh, well, metadata tagging is never perfect.) | |||
|
feedback
|
|
Simple way to design, | |||
|
feedback
|