Description

As most applications have some sort of navigation, this assignment will allow you to get some hands-on experience with navigation.

Requirements

  1. Create an application that uses a drill-down list navigation approach from a main list view.
  2. When an item is tapped within the list view, navigate to the new page to display information about the item tapped. Feel free to show as much data as you’d like about the details, but at a minimum, show the item title that was clicked.
  3. On the detail page, add a button that when clicked, returns the user back to the original page.