This app consumes Marvel's API for listing characters and showing their picture and description
For being able to run this app, you will need to generate your Marvel API private and public keys and replace their respective placeholders in the com.bergamin.marvelcharacters.data.api.MarvelInterceptor
class.
Unit tests currently cover the data mapper and model classes
- Added margin to the character tiles in the home screen
- Repositioned the characters' names in the home screen so they don't have their text over the pictures
- Added first unit tests
- Fixed bug in the search bar that duplicated the search icon
- Character detailing screen added
- All planned features are online
- Basic project structure created
- Search feature completed