We should consider fetching all the questions and responses upon creating the map. The implementation should not be coupled with the app (create a separate function that provides the data).
We should consider a dependency injection in case the source will change.
API: https://the-trivia-api.com/docs/v2/
We should consider fetching all the questions and responses upon creating the map. The implementation should not be coupled with the app (create a separate function that provides the data).
We should consider a dependency injection in case the source will change.