It is not like you have to move from Picasso to PhotoView for image manipulation. Both libraries are for different purposes.

Picasso is used to load image from file system or download it from internet, you can not perform operations like zooming, tapping on image. PhotoView is used for that purpose. Picasso caches the image. This feature is not available in PhotoView.

Loading is faster with the help of picasso.

PhotoView can be used along with Picasso.