Guest User

Untitled

a guest
Sep 30th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. String placeholder = "http://img.youtube.com/vi/%s/0.jpg"
  2.  
  3. ...
  4.  
  5. String url = String.format(placeholder, id);
Add Comment
Please, Sign In to add comment