Android Image Blur Using Picasso

Youbaraj POUDEL
AndroidPub
Published in
2 min readMar 31, 2017

--

In my part-1 tutorial i have shown you Blur image using Fresco library. Now in this tutorial i am going to show you step by step process for blurring image using Picasso library.

  • What is Picasso Library in android?
  • Picasso is an image library for Android. It’s created and maintained by Square, and caters to image loading and processing. It simplifies the process of displaying images from external locations
  • for more detail…http://square.github.io/picasso/

--

--