I have a simple XAML page with a ListView on it defined like this
Put this line after the existing code in xaml.cs
this.DataContext = People;
and replace your xaml with
ItemsSource="{Binding People}"
to
ItemsSource="{Binding}"