Toggle the Selection of Text in an Android EditText object
In my app, I have an EditText object. When the object is touched, I want to select all the text if no text is selected, and deselect it if any text is selected. Seems easy enough, but not so much. I’m doing this in C# and Xamarin.