hanggrian / socialview

Android TextView and EditText with hashtag, mention, and hyperlink support
https://hendraanggrian.github.io/socialview/
Apache License 2.0
322 stars 81 forks source link

How to implement with remote data on tying? #91

Open sopharasum opened 3 years ago

sopharasum commented 3 years ago

How do we implement this library with keyword typing on request to the server?

hanggrian commented 3 years ago

I'm thinking a lot about this too. But can't yet find an API that doesn't stray away too far from how native AutoCompleteTextView should work.

Also, should this hypothetical server request API be a simple listener that returns boolean (username/mention has been found or not), or complete with full-fledged REST client with Retrofit/OkHttp?