neworld / spanner

Simple and fluent spannable builder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

possibility of returning span position?

Fahad-pnw opened this issue · comments

I need to return a span position so i could open a custom view below it (pop up) with an anchor/pointer to that particular text. Could you guide how i can do it with this library>?

Hello,

Could you show a code example using SpannableStringBuilder of this feature?

This library is just a wrapper for SpannableStringBuilder and helps avoid labor work for calculating span positions. However, this problem looks quite interesting, and maybe I could make some tweaks to help implement this feature. But first, I am needed to know possible solutions. I look forward to seeing a sample from you.