The Twenty Percent

Writing Ui In C Sharp

Goal for the day

I’m going to re-write the UI for Plapp in C#.

  1. Started with this intro.
  2. Updated to Xamarin.Forms 5 and Installed the Xamarin Community Toolkit.
  3. Ended up using many of the MSDN docs, which were great.

It turns out there’s a lot to learn with C# UI, but I’m making headway.

Some benefits I see to doing this:

  1. Actual help from Intellisense.
  2. Extension methods for UI expressions!!
  3. Breakpoints in UI creation.