Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android UI design [closed]

I wanted some resources to learn how to design for android ?

What are the dimensions we need to have ?

Can we have custom dialog and alert box design ?

Can you guide me to some resources like articles or books etc.

like image 908
Harsha M V Avatar asked Jul 04 '11 08:07

Harsha M V


2 Answers

checkout this site http://www.androidpatterns.com/ .This has got guidelines for common UI design patterns

like image 193
Sandeep Avatar answered Nov 09 '22 09:11

Sandeep


Here are some helpful links:

To learn about different layout types. Personally I recommend RelativeLayout. http://developer.android.com/guide/topics/ui/layout-objects.html

As for dimensions: What is the difference between "px", "dp", "dip" and "sp" on Android?

As for custom dialogs: http://www.helloandroid.com/tutorials/how-display-custom-dialog-your-android-application

Good luck!

like image 32
Emir Kuljanin Avatar answered Nov 09 '22 09:11

Emir Kuljanin