markella92

Untitled

Nov 7th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. JSONArray itemArray = jsonObj.getJSONObject("data").getJSONArray("output");
  2.  
  3. for(int i=0;i<itemArray.length();i++)
  4.  
  5. {
  6.  
  7. String c = itemArray.getString(i);
  8.  
  9. Log.i("Value is:::",""+c);
  10.  
  11. }
Add Comment
Please, Sign In to add comment