Guest User

Untitled

a guest
Jan 19th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. Picasso.get().load("http://i.imgur.com/DvpvklR.png").into(imageView);
  2.  
  3. Glide.with(fragment)
  4. .load(url)
  5. .into(imageView);
Add Comment
Please, Sign In to add comment