1. I need to parse the JSON response provided from this url http://test.oye.direct/players.json.
2. first screen should consist of Country names parsed from the JSON link, sorted alphabetically On click of each country name, it should show list of its respective player's name and highlight the captain of the Team.
3. 2nd screen should have 2 options to sort by the first name in ascending order. to sort by the last name (or surname) in ascending order.
I don't have to use any third-party library.
0 Replies