Music-Player

Some developers have difficult to code when the UI proposal is a bit “sophisticated” or “complex”. Many of them strip a lot of significant portion of the UI or even the Motion when they are coding, and the result ends up quite different of the original proposal.

This article talks about how would be to code an UI proposal, skipping some basic Android details and focusing on transition and animation approach...

music_player_code

music_player_concept_cropped

Libraries and tools used in the project
Design Support Library The Design package provides APIs to support adding material design components and patterns to your apps.
MusicCoverView A Subclass of ImageView that 'morphs' into a circle shape and can rotates. Useful to be used as album cover in Music apps.
RecyclerView A flexible view for providing a limited window into a large data set.
PercentRelativeLayout Subclass of RelativeLayout that supports percentage based dimensions and margins.

GitHub