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 to use SocialViewImpl #62

Closed Vitor238 closed 4 years ago

Vitor238 commented 5 years ago

How made EmojiEditText from https://github.com/vanniktech/Emoji social using SocialViewImpl and Java?

hanggrian commented 4 years ago

Emoji is quite a different topic, but is still possible to support while also having hashtag, mention, and hyperlink spanning.

You should create your own custom EditText using base code in SocialEditText, and from there you can somehow combine with emoji-supporting code.