Xamarin.Forms DataBinding not working
Xamarin.Forms DataBinding not working I know that this question has been asked so many times before, but every situation is kinda 'unique', let's put in that way. My environment is Visual Studio 15.7.4, using all the Nuget packages (Xamarin.Forms above all) updated to the latest version. The problem is that I created a simple binding test app, and binding doesn't work anymore! I already created an Android app with Xamarin.Forms some time ago and it all worked just fine. Now all the bindings works like "OneTime", setting only once at beginning and not updatng in the UI (but still updating the data in the main ViewModel). I would like to know if it a general Xamarin problem, or is it just me doing something wrong. I already tried out everything I could, but nothing changed. Here is the complete code (To test, create a Xamarin.Forms app with "Shared Project" as option; I usually put all the logic app code in the shared part of the project): App.cs names...