Advertisement
Guest User

Untitled

a guest
Aug 18th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. if (urlConnection.getResponseCode () == 200) {
  2. inputStream = urlConnection.getInputStream ();
  3. jsonResponse = readFromStream (inputStream);
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement