Using this application, users will be able to browse through the Marvel library of characters.
The data is available by connecting to the [Marvel API] 1
The mockups and assets to use for the challenge are:
-
In this view, you should present a list of characters loaded from the Marvel API character index. Notice that the when reaching the end of the list, if there are additional results to show, you should load and present the next page.
-
When tapping on the magnifier icon, you should be able to search for characters by name. To do this, use the same endpoint used to list characters and use the name param to filter results.
-
When selecting a character, you should present a detail view of that character. Most of this information is already available on the result of the first API call, except for the images to be presented on the comics/series/stories/events sections. Those images can be fetched from the resourceURI and should be lazy loaded. That same behaviour is expected when expanding those images.
During the interview we will discuss your architectural choices, use of good practices and your general understanding of what you just did. So refrain from copying code online. Along with a fully working application, we expect you to deliver a suite of UI/Unit tests. Finally, the code should be versioned using git and shared with us through any git repository hosting service.
We value attention to design. So, apart from your code quality, we’ll also be evaluating how you replicate the mocked UI.
Note that not all animations and transitions were included in the mockup, thus we expect you to apply widely known iOS/Android design patterns.
Good luck!