3

I'm using Picasso to display some images and as the title says, the images just pop out, there's no fade animation. I'm using the version 2.5.2

Picasso.with(mContext)
       .load(url)
       .into(mTarget);

Is there any way to force it?

Thanks,

Dani M
  • 1,173
  • 1
  • 15
  • 43
  • 1
    check this link http://stackoverflow.com/questions/34488556/fade-in-animation-while-loading-image-using-picasso – Vivek Mishra Jul 30 '16 at 12:39
  • Glide is recommended instead of Picasso. It has some advantages in terms of memory usage. It also supports GIF. But you can do what you want ;) – Denny Weinberg Jul 30 '16 at 12:43
  • @VivekMishra Thanks! It really helped me – Dani M Jul 30 '16 at 12:50
  • @DennyWeinberg I've just tried Glide. It work exactly like Picasso. I mean it does not do the fade animation too when it loading from memory. – Yazon2006 Nov 30 '16 at 16:58

0 Answers0