https://github.com/saulmm/OpenLibra-Material
OpenLibra client on Material Design
https://github.com/saulmm/OpenLibra-Material
Last synced: 3 days ago
JSON representation
OpenLibra client on Material Design
- Host: GitHub
- URL: https://github.com/saulmm/OpenLibra-Material
- Owner: saulmm
- Created: 2014-11-15T00:53:21.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-09T21:43:40.000Z (about 10 years ago)
- Last Synced: 2025-05-20T10:06:45.212Z (6 months ago)
- Language: Java
- Homepage:
- Size: 525 KB
- Stars: 360
- Watchers: 16
- Forks: 73
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-android-ui - https://github.com/saulmm/OpenLibra-Material
- Awesome-MaterialDesign - OpenLibra-Material - material.gif" width="180" height="290" alt="Screenshot"/> (<a name="Showcase">Showcase</a> / Personal Blog)
- beautiful-android-ui - OpenLibra-Material - material.gif" width="180" height="290" alt="Screenshot"/> (<a name="Showcase">Showcase</a> / Personal Blog)
README
# OpenLibra-Material
This repositores aims to show examples about material design in a real app, the application is a client of the webpage [OpenLibra](http://www.etnassoft.com/biblioteca/) a spanish web to download open source books.
## An example of how implement an adapter using Palette to tint each cell in a RecyclerView.
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.

## Building my own choreography with SharedElements
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'_

## Setting a RecyclerView insets and made translucent the Toolbar
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.
