Member-only story
Split into teams using Xamarin
So, I was playing soccer with my friends and we had some trouble dividing into the teams. I tried to find some app to split people into teams base on skills but was unable to find any (if I missed something, please, send me the link). Let’s create such an app and, while at it, writing a how-to guide. All we need is Visual Studio 2019.
The app is going to be pretty simple:
Two screens: initial will list of players and Split button and result screen — Team 1 and Team 2
Creating a project
First of all, we need to choose Xamarin.Forms template to start with.
Because our application is not going to have many screens. We are not going to need advanced navigation. I’ll go with Blank.