-
Lists and Details
- Provide a list of customers
- For each customer show full details when selected
- Reuse Customer class from previous tutorial
-
Windows Phone List Application
-
Starter List Page
- Understanding out of the box
- Modifying to accommodate customer
-
Changes are minor
- Update header
- Update data source and Context
- Update Xaml (bindings)
- List ItemsSource -Observable collection
- Observable collection implements INotifyPropertyChanged
-
Starter details Page
- Use index passed to page query to find record
- Bind to the Customer from within the collection