I am having a doubt related to web-services and Json. Actually I have a URL http://api.icndb.com/jokes/random, which is related to some jokes website.
If you will click the above given URL you can able to see the json data. Now my problem is I am trying to do one application i.e, in my activity I have one button and text-view.
If we click the button it should fetch the joke from the website given above and it should display in text-view. Every time if i click the button it should display different joke.
Can you please help me how to fetch the data by using above given URL.