In order to view this lesson, you must purchase this course.
We're now ready to move onto a different aspect of our application which involves presenting the details of our users. In this lesson, I'll show you how to add the <b>More Info</b> button at the bottom right corner of our <b>CardView</b> class. Upon tapping, we'll delegate the presentation of a new <b>UserDetailsController</b> back to the HomeController of our application. Enjoy.