hanggrian / socialview

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

Needs better logic on SocialTextWatcher. #7

Open hanggrian opened 7 years ago

hanggrian commented 7 years ago

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.