Guest User

Untitled

a guest
Jul 17th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. for (int i = 0; i < n; i++) {
  2. int id = getResources().getIdentifier("image"+i, "id", getPackageName());
  3. image[i] = (Image) findViewById(id);
  4. }
Add Comment
Please, Sign In to add comment