Will help if a note is added informing how to configure binding, for example: "To bind property [Temperature] to respective value we should insert a label in the format <Label Text="{Binding Temperature}" ...>"
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
Please refer to the XAML Basics documentation, which has a number of pages on binding. The syntax is largely the same as WPF and UWP, and it is our expectation that many readers will be familiar with this before they start working with Xamarin.
Well, that's a bit irresponsible to assume that isn't it? I'm sure I'll figure it out eventually, but I would imagine that it probably doesn't take no more than half of your first line for an explanation on basic BindingContext when starting an app.
Ah forgive me for not noticing the App.xaml.cs file. You can control the file launch page from there. The XAML Basics documentation gives a nice detailed explanation on binding. I haven't worked with binding much so thanks for the documentation above.
@conceptdev Thank you for the tutorial, it's very useful. Agreeing with rgreen88: Your expectation regarding reader familiarity with WPF and UWP bindings is incorrect, at least in my case as well. This is my 2nd Xamarin tutorial, so it's very helpful to have the explanation of how to setup the bindings.
Thanks for the feedback in this thread. From what I can understand, the commenters above are unblocked for now. We are taking the suggestions about when & how to introduce data-binding on board for future updates of these docs.
Most helpful comment
Please refer to the XAML Basics documentation, which has a number of pages on binding. The syntax is largely the same as WPF and UWP, and it is our expectation that many readers will be familiar with this before they start working with Xamarin.