2
score
3.2K
views
no
status
CC BY-SA 3.0
Json Parsing from Url In Android , Not working
You are using getString on "ID" when you should be using getInt . I tested the JSON string you provided in your question. The following code works: Output from running the above code: id=4, name='Vinoth',...