-
Create / use a .NET Standard library with a model type, e.g.
Book
-
Create a
BindableBase
class, implement change notification (interfaceINotifyPropertyChanged
) -
Derive the model type from
BindableBase
-
Xamarin Std. Library - create an instance of
Book
, create a variable -
Assign the
BindingContext
-
Create a Label and a Entry, using markup extension
{Binding}
to bind to one property of the model type