KJA-Duesseldorf / SportsUnite-App

GNU General Public License v3.0
1 stars 0 forks source link

Design and Animations #5

Open Turakar opened 8 years ago

Turakar commented 8 years ago

We have to choose some colors and arrange the cards inside the recyclerview better. An Icon would be a nice thing, too ;) We should have a look at Material Design. Animations improve the user experience significantly and are therefore also important. For example, the transition between a card in the main activity and the content activity should be animated in a way that the title flies to the top, and the text appears below it.

Turakar commented 8 years ago

I already implemented part of this in feature_design. We still need an icon. Material Design is only supported from API level 21+, which only targets 45% of the market. This means that if we want to implement this, we have to support backwards compatibility for users with lower API levels. These older versions do not necessarily need nice animations (default would be enough), but we have to support those versions.