Does anyone have any good pointers on designing the UI for an android application and some good practises?

Obviously I'm aware of the basic principles involved with designing the layout in XML. Also, that you have a stack of activities. But I'm interested in some approaches to creating the interfaces and also how to design an application around those intentions.

link|improve this question

66% accept rate
feedback

6 Answers

Here are a couple of sources:

The official Android design developer site

Best Practices for User Interfaces:

1 Read the UI guidelines

2 Understand and design for touch mode

3 But, support multiple interaction modes

4 Use notifications and the window shade

5 Support interaction between applications

6 Keep your UI fast and responsive

7 Use widgets and live folders

8 Handle screen orientation changes

9 Use images wisely

10 Use layouts that adapt to multiple devices

And from SO: Android: Best practice for responsive user interfaces

link|improve this answer
feedback

I'd recommend some of the Google IO talks:

Google I/O 2010 - Android UI design patterns

Google I/O 2010 - Writing zippy Android apps

link|improve this answer
feedback

Have you read the Android Developer Guide Best Practices?

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

(Above link is to the UI guidelines)

link|improve this answer
feedback

Here's a slide deck on Android UI Design Tips that we recently made public:

link|improve this answer
feedback

I write a blog about Android UI design patterns that you might find helpful http://www.androiduipatterns.com/

link|improve this answer
+1 nice site.... – Ganapathy Mar 29 at 14:30
feedback

My article could help you:

http://sealskej.blogspot.com/2010/11/ui-designing-for-android.html

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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