Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. public void bClick(View view) throws IOException {
  2. String test = new Scanner(new URL("http://www.somesite.us/1.txt").openStream()).nextLine();
  3. Toast.makeText(this, test, Toast.LENGTH_SHORT).show();
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement