5

I just migrate my android application from Glide. But i've problem when trying to play GIF Image. Is it any solution to play GIF image using Picasso? Thank you.

ikhsanudinhakim
  • 1,554
  • 16
  • 23
  • At present _no_ according to the [project GitHub](https://github.com/square/picasso/issues/700) - Consider using an alternative library – Ed Holloway-George Jun 10 '16 at 08:53
  • Unfortunately, I have migrated my app to Picasso from Glide to avoid too many methods. Do you have any suggestion about image loader libraries except Glide to easily perform GIF Animation. – ikhsanudinhakim Jun 10 '16 at 09:03
  • 1
    why you didnt use multidex @ikhsan – JAAD Jun 10 '16 at 09:10

1 Answers1

12

Piccaso will not support GIF animation, only Glide will support GIF. enter image description here

Kumar M
  • 994
  • 6
  • 21