JayThomason / Tutti

Tutti is a shared music application for the car being made in conjunction with Audi.
3 stars 1 forks source link

Research Android UI/UX patterns in preparation for final tweaking #161

Closed hwray closed 10 years ago

hwray commented 10 years ago

I'd like to shift the focus of our UI discussion to a slightly higher level. We should continue to iterate on our fonts/buttons/color schemes, but it's much more important to ensure that the overall flow of our app is intuitive for Android users.

I think we should do some more extensive research on current design patterns in Android UI/UX. This will help us better understand our users' expectations, and how to design our interactions for maximum intuitiveness.

hwray commented 10 years ago

Android Design in Action: Common UI/UX Issues

http://www.youtube.com/watch?v=pEGWcMTxs3I

hwray commented 10 years ago

Official Android Action Bar guidelines

http://developer.android.com/design/patterns/actionbar.html

Other official Android patterns and guidelines

https://developer.android.com/design/patterns/new.html

Unofficial list of Android patterns and recommendations

http://www.androiduipatterns.com/p/android-ui-pattern-collection.html

hwray commented 10 years ago

General Android patterns

http://www.androidpatterns.com/

hwray commented 10 years ago

Dont's of Android Design

http://www.androiduipatterns.com/2013/06/donts-of-android-design.html

I'd like to highlight the warning against needlessly re-skinning and customizing everything. With just 1 month to go, I think our time would best be spent fine-tuning the UX and flow as opposed to custom-designing and perfecting our own original UI elements.

hwray commented 10 years ago

Summary of Points

hwray commented 10 years ago
JayThomason commented 10 years ago

Whoops.

JayThomason commented 10 years ago

Another idea would be to move the search functionality to a search fragment that appears when the user clicks on a magnifying glass icon in the action bar. I don't know if we need the search bar to constantly take up part of the available screen space like it is right now. I think that this is how the native Android music player does it.

hwray commented 10 years ago

I think I've successfully completed (and/or decided against) all the UI enhancements specifically mentioned here: