You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SocialTextWatcher is a text change listener that monitors whether user is currently typing a hashtag or mention. This is particularly useful for SocialAutoCompleteTextView in event that whether you want to clear the adapter or add new items according to user input.
Unfortunately, my logic in TextWatcher is not at its best and would really appreciate it if a better one is provided.
The text was updated successfully, but these errors were encountered:
SocialTextWatcher
is a text change listener that monitors whether user is currently typing a hashtag or mention. This is particularly useful forSocialAutoCompleteTextView
in event that whether you want to clear the adapter or add new items according to user input.Unfortunately, my logic in
TextWatcher
is not at its best and would really appreciate it if a better one is provided.The text was updated successfully, but these errors were encountered: