This repositores aims to show examples about material design in a real app, the application is a client of the webpage OpenLibra a spanish web to download open source books.
This example is implemented with a RecyclerView
a GridLayoutManager
and an Adapter
the adapter loads colors obtained from the Palette
library of each cell to draw a View
with the colors.
Implemented a detail activity working with shared elements and animations, setting the order of each animation that composes the choreograpy, you can follow the material desing principle 'Motion provides meaning', 'All action takes place in a single environment. Objects are presented to the user without breaking the continuity of experience even as they transform and reorganize'
Set the RecyclerView insets, to show a little gap between columns and rows, and made the Toolbar translucent, as the last Field Trip app update, reaching a pretty effect.