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

Detect click event of dropdown and handle mention with spaces. #79

Closed AhmadIzaz closed 4 years ago

AhmadIzaz commented 4 years ago

I am trying to detect the click event when user click on any item on the dropdown. Also I am trying to mention person with spaces in its name but this library doesnot support this and also not changing the color of that mentioned text if it contains space. e.g @FirstName LastName. It will only pick the FirstName leaving behind the LastName

hanggrian commented 4 years ago

Yes I think that is by design. Username in my dictionary should be a unique identifier containing no space, I think Twitter follows this guideline as well.