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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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!