An application that uses an MVVM pattern to fetch data from a Rest API and displays a list of items and their detail screens on click. Currently configured for the Marvel Comics API
- Add a file called api_keys.properties to the project root
- Add your public and private api keys and name them:
PUBLIC_MARVEL_API_KEY
andPRIVATE_MARVEL_API_KEY