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

custom RecyclerVIew #95

Closed ErfanDP closed 3 years ago

ErfanDP commented 3 years ago

hey I Want to move the suggested mention box to else where and i can't find good way to do soo Is there a way at all?

hanggrian commented 3 years ago

Yes you can use your own layout, you just need to create your own adapter extending SocialAdapter (see README example or read socialview-commons source).

Using RecyclerView on the other hand, is not supported by MultiAutoCompleteTextView, which is a parent class of AutoCompleteTextView. They only support ListAdapter.

If you're still having issues, share your code and I will help as much as I can. In the meantime, this issue is closed.