Why there is always problem with Xamarin? Fresh project and:
1. No intelisense for XAML
2. Controls are inaccesible from code (I had to add [XamlCompilation(XamlCompilationOptions.Compile)] and BindingContext = new MainPage();
to get this work)
3. After project creation you have to build it to restore nuget packages
4. Xamarin Live Preview crashes without any error with only Label control. I removed device and added again, still same problem
5. Sometimes it looks for latest ver. of Android SDK even if simulators are for installed ver. of SDK. You have to change a target API or install latest
How you guys are able to work with Xamarin? Maybe it's only me. I'm not interesed in Java. Can someone help me?
PS.
This project is a start project with label control in center. What would happen if I wanna do something more than showing a text in center of screen... -.-'