Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 413 Bytes

lab3.md

File metadata and controls

18 lines (11 loc) · 413 Bytes

Lab 3 - Xamarin.Forms

  1. Login to the Mac in the cloud
  2. Connect Visual Studio to the Mac (Tools | iOS | Connect)
  3. Create a Xamarin.Forms application
  4. Create buttons, handlers, text, labels
  5. Run the app in the emulator

Create a library - .NET Standard

  1. Create a model type
  2. Create a factory, returning one instance

Use the library from Xamarin.Forms

  1. Call the factory method from XAML