Antonio Leiva

Results 4 issues of Antonio Leiva

An artist will show their albums, and clicking on them will navigate to the album detail. Something similar to this could be enough for now: ![image](https://cloud.githubusercontent.com/assets/2178243/7549406/524a2fc4-f633-11e4-9dc3-59248f65d2b1.png)

An artist will show related artists, and a click will navigate to their detail.

enhancement

Allow Search functionality: - [ ] A search option on every screen - [ ] It will let find artists based on their name - [ ] A click on...

enhancement

For some reason, when an `ArgumentCaptor` tries to capture a `List`, the test fails with this error: `java.lang.IllegalStateException: contactsCaptor.capture() must not be null` This is the test that is failing:...