Everyone needs a way of keeping track of things. To kick-start our Xamarin.Forms development learning curve, we've decided that a to-do list app is the best way to get started and also to help you keep track of things. A simple, classic, win-win scenario.
We will start by creating the project and defining a repository in which to store the items of a to-do list. We will render these items in list form and allow the user to edit them using a detailed user interface. We will also look at how to store the to-do list items locally on the device through SQLite-net so they don't get lost when we exit the app.
The build time for this project is about two hours.