I have a class with a few EditTexts on it. I want to add text to the EditText that is selected - where the EditText cursor is flashing - from a String variable. What code can I use to tell which EditText is selected and do a setText on THAT EditText?
Is this complicated? Any ideas?
Thanks in advance.




