-2

i need a link where i can read and understand the main standards to follow where making android user interfaces

i can't find it on google

thanks

WarrenFaith
  • 57,492
  • 25
  • 134
  • 150
NullPointerException
  • 36,107
  • 79
  • 222
  • 382

5 Answers5

1

Have you checked out the developer guide?

You can find it over here: Google Android Dev Guide

Brecht
  • 107
  • 7
1

Are you looking for the Android UI guidelines?

codinguser
  • 5,562
  • 2
  • 33
  • 40
  • no these info is about how to code it, i am checking info about how to make usable interfaces – NullPointerException Apr 12 '11 at 11:39
  • 1
    Where did you see stuff about coding in the link? The guidelines describe how the application should look and function, not how to code them. Android users expect Android applications to follow the platform conventions. If you follow these well, then your application will be usable for Android users. If you are looking for general design guidelines, then you should buy any generic design textbook and read. – codinguser Apr 12 '11 at 11:43
1

You should Google for User Interface Guidelines or smth.. Check this out

http://developer.android.com/guide/practices/ui_guidelines/index.html

redDragonzz
  • 1,543
  • 2
  • 15
  • 33
1

I would imagine that a lot (but obviously not all by any means) of Apple's iOS human interface guidelines may be transferable to Android HI design. Might be worth a read.

Matt Colliss
  • 1,394
  • 1
  • 11
  • 21
1

Probably related and useful: How can I improve the look and feel of an Android app?

Lots of useful links listed there.

Community
  • 1
  • 1
Abhinav
  • 38,516
  • 9
  • 41
  • 49