Skip to content Skip to sidebar Skip to footer

Get Stackoverflow When Use Two Text Watchers In Android

I have a problem. I have two Edittexts where I have a dates. I am using addTextChangeListener to check changes in text. This is code: tvDateFrom.addTextChangedListener(new TextWatc

Solution 1:

Try my answer here:

https://stackoverflow.com/a/7222993/557179

Adapt it for your needs.

Hope it helps.

Post a Comment for "Get Stackoverflow When Use Two Text Watchers In Android"