socialview
socialview copied to clipboard
Android TextView and EditText with hashtag, mention, and hyperlink support
Need to access social view in my project and i imported both library(shared below). Dependencies are not downloaded. Please help me to solve the issue? Is there any link with...
i wrote the implementation codes given below however when i try to use the com.hendraanggrian.appcompat:socialview library i am unable to access it. Is their some other steps that i missed...
If there are mentions users or hash or simple text all are present in and I want all separate clicks on simple text mentions and hash. SetOnClick and other listener...
I am getting this error while using your dependency in Android Studio 211 gradle version : 7.3 Error is : Failed to resolve: com.hendraanggrian.appcompat:socialview:0.2 Failed to resolve: com.hendraanggrian.appcompat:socialview-commons:0.2
Hello, I tried to get the basic SocialTextView for my hashtags list. For example, SocialTextView will contain: "#abc #efg #123 #fghh #iop". And I want to make it clickable on...
I only added below dependency in code: implementation 'com.hendraanggrian.appcompat:socialview:0.1' // base library implementation 'com.hendraanggrian.appcompat:socialview-commons:0.1'
When user first time type #follow and then clear all text by backspace and then start typing again without # then still setHashtagTextChangedListener called on it -> follow. Also when...
how to make this one? my mention above my edittext, but it should not overlap the edittext.