Completed
- Adding a trash icon
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Learn Xamarin Forms & MVVM
Automatically move to the next video in the Classroom when playback concludes
- 1 - Introduction
- 2 - Mac Installation & Setup
- 3 - Windows Installation & Setup
- 4 - Intro to XAML
- 5 - Connecting XAML to C#
- 6 - Building a Text Entry
- 7 - Building a simple todo list app
- 8 - Model View ViewModel MVVM Intro
- 9 - Building the TodoItem Model
- 10 - Building the TodoListViewModel
- 11 - Wiring the ViewModel to the View
- 12 - Creating a ListView Template
- 13 - Adding a new todo
- 14 - Adding a trash icon
- 15 - Removing a todo
- 16 - Toggling a todo with an imported CheckBox
- 17 - Toggling a todo
- 18 - Outro