Possible Duplicate:
Best Practices for UI design on Android (Usability/UX)

I am looking for a similar document/link for Android Design Philosophy and/or guidelines like for IOS:

link|improve this question

Answer: The new design website from Android defines the philosophy behind UI design : developer.android.com/design/get-started/principles.html – carora3 Mar 15 at 12:12
feedback

closed as exact duplicate by Naoise Golden, Rahul Jan 4 at 16:30

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

2 Answers

You'll find it here: http://developer.android.com/guide/practices/ui_guidelines/index.html

link|improve this answer
I've edited my question already.. I'm not so naive to ask a question if it'd have such a simple answer. I'm talking more about philosophy. If you'll open IOS link you'll know. Thanks. – carora3 Jan 3 at 14:24
feedback

The best resource I've come across that relates to what you're looking for is this: http://www.androidpatterns.com/

It's a culmination of most of the conventions that are common in Android apps--albeit it's missing some of the newer conventions made acceptable since ice cream sandwich such as the action bar (somewhat akin to navigation bars in iOS) and the launcher view.

link|improve this answer
The OP is looking for guidelines not interaction patterns. – dnbrv Jan 3 at 17:21
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.