I have a looong text in TextView in ScrollView and I want to make a function to tab on text and select current paragraph to add it in bookmarks, but I haven’t any ideas how to do it, please somebody help me. I’m trying to get current positions, but I don’t know how to slect text.
I have a looong text in TextView in ScrollView and I want to make
Share
You can just use new TextView for each paragraph, and let it impliment a click Listener
the code should look like this