Has anyone looked into implementing the Loading images pattern from Google\'s latest Material Design guide.
It\'s a recommended way that \"illustrations and photographs
Was just wondering this same thing. I found a blog post detailing how to go about it with an example written in Xamarin:
http://blog.neteril.org/blog/2014/11/23/android-material-image-loading/
The gist for someone writing in Java: use ColorMatrix and ColorMatrixColorFilter.
The post also mentions an important optimization: using the Lollipop hidden setColorMatrix() API to avoid GC and GPU churn.
Have you seen it in use in any Google apps yet? If you end up implementing it I'd love to see your source.