The goal of this task is to have an Android app that retrieves a list of Games and displays them in Logcat.
- You can use any libraries you want.
- You can use any architecture you want.
- Be prepared to explain your choices.
- Be pragmatic, the goal is to have a working app.
- Call the open API https://api.unibet.com/gamelistservice-rest-api/games/gamelist.json?listId=allGamesSearchFilter&startIndex=0&nrOfRows=100&brand=unibet&jurisdiction=UK&locale=en_GB&deviceGroup=desktop&application=polopoly
- Find Games from NetEnt subVendorName.
- Print them in Logcat
- Display a list of all the Games with a UI compose view at your election.
- Add a button to download with a progress bar to display the progress while the data is being fetched.
- Add a test