Part 2 – Intermediate Topics
With the basics under our belt, we’ll go on to look at a number of intermediate topics, including how you navigate from one page to the next and how you store data, both for a user’s preferences and in a relational database. We’ll end with the most important topic – creating unit tests.
This part has the following chapters:
- Chapter 7, Understanding Navigation
- Chapter 8, Storing and Retrieving Data
- Chapter 9, Unit Testing