mathew-kurian/TextJustify-Android

How to fill screen with the spannable text?

Opened this issue · 2 comments

we are making ebook, and it has page curl animation, it hasn't scroll. I use textview-justify android instead of textview. So, how do i define spannable string length for current screen? The text will be different size and height.

You define the dimensions and text of your document view. The library should take care of the rest. Just review the provided examples.

i use documentLaoyut, we will set text documentLayout and we define height, we will set text again and..
so it's working normally but i need more time. i think, it should cache the text or ... It works slowly for tablets.