Does anyone know of a good source of Information for the BindableProperty and its usages in Xamarin Forms.
Theres lots of piecemeal bits and pieces, which only cover the most simplistic scenarios (and not especially well)
Is there a good blog post or Xamarin document that explains this in-depth
I write a lot of custom controls in WPF, so I understand the WPF binding system in great detail, but the Xamarin one seems a bit baffling - hopefully a good article describing all the different method overloads and options can give me the grounding I need.
Thanks
Dean