Monday, 19 August 2013

onFocusChangeListener on EditText created at rumtime

onFocusChangeListener on EditText created at rumtime

I want to setup an onFocusChangeListener() on a dynamically created
editText. The function of the listener would be the same for all the
editTexts that is creating a same kind of editText. Once an editText has
created another editText it should stop listening to onFocusChange.
Note: I know that I have already asked this question but I couldn't find a
solution How to setup onFocusChangeListener() on a dynamically created set
of editTexts?

No comments:

Post a Comment