August 2017
Intermediate to advanced
440 pages
10h
English
Searching through characters is not enough. To make the app functional, we should add a character description display. Here is the use case we've defined: "when the user clicks on a character picture, there is a profile displayed. The character profile contains a character name, photo, description, and their occurrences."
To implement this use case, we need to create a new activity and layout that will define what this Activity looks like. To do this, create a new Activity called CharacterProfileActivity in the package the com.sample.marvelgallery.view.character package:

We will start its implementation from changes ...
Read now
Unlock full access