Search code examples
androidandroid-animationandroid-imageviewandroid-kenburnsview

Animate Bitmap within ImageView (Emulate Newsstand app - Ken Burns Effect)


How would one emulate the header image in Google's Newsstand app?

The effect I would like to implement is a "moving" Image where the bitmap inside the ImageView is slowly panned and zoomed.

Thanks


Solution

  • I stumbled across this repo on GitHub that seems like it could be what your looking for? It is a library that provides an implementation of the ActionBar used by the newsstands app, as described in this blog post by Flavien Laurent