CS441 Project

Development Enviornment

Xamarin

  • Uses Visual Studio as IDE
  • Uses XAML as frontend
  • Uses C# as backend

Online UML Tool

NOTE:

Pages need to have the following lines as attributes to work on iPhone X and above.

xmlns:ios="clr-namespace:Xamarin.Forms.PlatformConfiguration.iOSSpecific;assembly=Xamarin.Forms.Core" 
ios:Page.UseSafeArea="true"

Put these two lines were the other 'xmlns' are called in the .xaml file.