Guest User

Untitled

a guest
Nov 14th, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. myRef.addListenerForSingleValueEvent(new ValueEventListener() {
  2. @Override
  3. public void onDataChange(DataSnapshot dataSnapshot) {
  4. Glide.with(Activity.this)
  5. .load(url)
  6. .into(imageView);
  7. imageSend(imageView);
  8. }
  9. }
Add Comment
Please, Sign In to add comment