apradanas / simple-linkable-text

Simple way to create linked text, such as @username or #hashtag, in Android TextView and EditText
Other
74 stars 13 forks source link

Listview implementation #7

Open fahmihidayah opened 8 years ago

fahmihidayah commented 8 years ago

great library!! I want to give you an advice. can you make mLinks attribute accessible (with getter)? because when you implement this library into ListView or recycleView ViewHolder need to clear the mLinks attribute and fill it again. if you not clear the mLinks after you scroll down and back to up you will add new link into LinkableTextView.

farukprogrammer commented 8 years ago

I see.. I have same problem too.. I need to clear the links

ParikshitTiwari commented 5 years ago

In recyclerview it takes time to scroll and click on hash tags and mentions move on other screens taking time. how to fix it??