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',...