I am using Xamarin.Forms for Android app development and would like to create a counter whenever the player taps the screen. How do I make a counter to count the number of taps on the screen? I am using Visual Studio 2019 if that helps. Thank you!
Here's my xaml.cs code (don't mind the InitializeComponent and the number of curly braces. Those are fine): enter image description here
Here's my .xaml code: enter image description here