Writing Ui In C Sharp
Goal for the day
I’m going to re-write the UI for Plapp in C#.
- Started with this intro.
- Updated to Xamarin.Forms 5 and Installed the Xamarin Community Toolkit.
- 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:
- Actual help from Intellisense.
- Extension methods for UI expressions!!
- Breakpoints in UI creation.