Hi All,
How to fetch data from the API -
“https://api.coingecko.com/api/v3/coins/list” and display data into listview or list view text and image.
Also is it possible to pass the above fetched value (lets says ID tag) to another API - “https://api.coingecko.com/api/v3/coins/{id}”
example - https://api.coingecko.com/api/v3/coins/bitcoin
and display the data on the next screen? So, if i click on row 1 it should get data related to Bitcoin from second API and display it on the new screen.
Please let me know.
Thanks!