Guest User

Untitled

a guest
Jul 18th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. android:tag="btful.png"
  2.  
  3. ImageView img = (ImageView) findViewByID(R.id.img)// my image
  4. img.settag("btful.png"); // to set an image name
  5.  
  6. String imageName = (String)img.getTag();
Add Comment
Please, Sign In to add comment