Search code examples
javaandroidandroid-animationandroid-galleryphoto-gallery

Open source Libraries for Animating thumbnail to full size screen similar to Facebook


Wanted to know if there are any open source libraries available for Android similar to IDMPhotoBrowser available for iOS. This library is very good and offers features like zoom in from original image to full view (animating thumbnail to full size screen), swipe to dismiss image etc similar to Facebook. I want to implement similar features for Android and so are there any libraries for Android that provide these features and are also easy to customize?

Thanks in advance!


Solution

  • PhotoView is the library by Chris Banes which is Implementation of ImageView for Android that supports zooming, by various touch gestures.

    Also, Facebook's Image Management Library Fresco has a SimpleDraweeView (Customized Image View) that supports ZoomableDraweeView with sample code.

    But Using Fresco for this small zoom effect will cost time.