Iam very much new to xamarin and wondering about how BindingContext is used.
I was going through a tutorial wherein they used BindingContext = Application.Current
according to the docs Application.Current should return Application. so how can this above statement work?
Firstly, create one property in APp.cs, implement interface INotifyPropertyChanged.
Then binding Application.Current for ContentPage BindingContext.