0

I am having a image: http://graph.facebook.com/1686132181448230/picture/?type=large

I am trying to load in Glide and Picasso

With Glide:

 Glide.with(activity)
 .load(userImage)
 .into(holder.userImgId);

With Picasso:

Picasso.with(activity)
.load(userImage)
.into(holder.userImgId);

What is happening: I am not able to display the image. .

Analysis:

Its working in browser but not in library

Zoe
  • 27,060
  • 21
  • 118
  • 148
Devrath
  • 42,072
  • 54
  • 195
  • 297

0 Answers0