Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2014
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. int imageVariable = 5;
  2. String imageText = nthLineOfFile(imageVariable);
  3. textView1.setText(imageText);
  4.  
  5. String str = FileUtils.readLines(file).get(lineNumber);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement