Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. Gilde.with(mContext).load(Objects.requireNonNull(user).getImageurl()).donloadOnly(new SimpleTarget <File>(){
  2. @Override
  3. public void onResourceReady(File resource, GildeAnimation<? super File> gildeAnimation){
  4.  
  5. L OGGER.debug("Photo downloaded");
  6. }
  7. });
  8.  
  9.  
  10. Gilde.with(mContext).load(Objects.requireNonNull(user).getImageurl()).diskCacheStrategy(DiskCacheStrategy.SOURCE).into(image_profile);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement