I have only been working with android app development for a few days so please pardon my ignorance. I am trying to set up a listener for an EditText that will fire after the field has lost focus. I have found a few examples in java, but can’t find one for monodroid. How do I set this up?
Share
You can use the FocusChange event: