a MvvmCross Tutorial for Starter
This is a new practice of Tip Calc A first app.
There is something need noticing:
- First, what is the pcl ?
Pcl is a contract agreement for cross app. You can see some information about it from C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETPortable
.
such as C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETPortable\v4.5\Profile\Profile259\SupportedFrameworks
which contains some file, which names as follow:
.NET Framework 4.5.xml
Windows 8.xml
Windows Phone 8.1.xml
Windows Phone Silverlight 8.xml
Xamarin.Android.xml
Xamarin.iOS.Unified.xml
Xamarin.iOS.xml
when we create a pcl project, we should select these for meetting pcl 259.
- Second, ...