0 votes
in Xamarin Exordium by
What is data binding in Xamarin?

1 Answer

0 votes
by

Data Binding is a technique that is used to synchronize the source of the data with the user interface. When the data binding is done and the data or our business model changes, then it shows the changes automatically to the UI elements and vice versa.

...