In this chapter, we created a cross-platform Xamarin.Forms application for both iOS and Android platforms, and then created a data model that will be used to store information related to trails that will be used by our application. We then created a number of content pages that were populated with static data using our data model. Finally, we looked at how to use the navigation APIs that are included as part of the Xamarin.Forms platform to help navigate between each of the different content pages, before running the TrackMyWalks application within the iOS Simulator.
As we progress through this book, we will be enhancing our app to include better architectural design patterns, nicer looking user interface elements, as well as real-time data that is to be synchronized through the use of RESTful web service APIs.
In the next chapter, you'll learn about the concepts...