hanggrian / socialview

Android TextView and EditText with hashtag, mention, and hyperlink support
http://hanggrian.com/socialview/
Apache License 2.0
323 stars 81 forks source link

How do i get the response after typing? #66

Closed SinanYilmaz9 closed 3 years ago

SinanYilmaz9 commented 5 years ago

I don't want to response to return while the type process is in progress. I want to get it after the typing completed (for example 200 milliseconds after stopping typing). How can i do it?

hanggrian commented 4 years ago

One way to do it is to create a thread that waits for 200 milliseconds before executing the rest of the code.

Another way might be a little bit tricky which requires your help to test, comment this thread if you're still interested.

hanggrian commented 3 years ago

Closed due to inactivity.