I have a created an EditText. I can know text change using TextChangedListener. But I have a problem that I have to show some message to the user when the user has finished writing. to achieve this i am assuming that if the user is idle for 500 milliseconds that means the user has finished writing. How to achieve this? is there any better way to know text completion?
Thanks