If you are getting error like Cannot access a disposed object while Selecting the ListView Item in Android.
Solution: Just set the ListView CachingStrategy to : RecycleElementAndDataTemplate
<ListView x:Name="list" CachingStrategy="RecycleElementAndDataTemplate" ItemsSource="{Binding Employees" ItemSelected="list_ItemSelected"/>