Background
Google has recently added a lot of guidelines for designers (here), including plenty of animations of how things can work.
The problem
As I've read the guidelines, I decided to try out the new design, and use the support library.
Sadly, for many (or maybe all?) of them, I can't find out how to implement them using the official APIs that Google has given.
For example, I've tried to find out how they've implemented this cool scrolling effect called "Flexible space with image" (taken from here) : link . However, no matter where I search, the only thing I find is of third party libraries (like this one).
Another example is the way to create a Material-design raised button style (posted about it here)
What I've found
I've found only tiny snippets (and more guidelines) of very specific elements, on the android developers blog, for example here and here , but that's not nearly enough for using it, let alone support pre-Lollipop versions of Android (and that's most of the devices right now).
I've also found this documentation , but again, it lacks a lot of explanations to what is shown on the designers' website (here).
The question
Are there any APIs/Samples/Tutorials for any of the new Material design guidelines?
Anything other than what I've found?
Is it possible the support library barely supports the new design? I couldn't even find dialogs support and Prefereces in it, so I made something (based on someone else's library) here ...
It's just really weird that there are so many animations examples, but no actual code to try and use for best practice...