It’s time that we jump in and start to create our first MVVM Light mobile app. We will show the planning, UI construction, separation of interests, and how it all comes together. As with any app, we need to know what it is we are going to write.
The source code for each part is included in the Chapter 2 source archive.
Welcome to Football Grounds
Football Grounds is a very simple application. In its first iteration, it will shuffle all of the FA Premiership teams and display the team at the top of the list. For the second iteration, a map with a pin for the grounds will ...