I have a large story in String format. I want to show the text in gallery. What I want to do is to slice all the text in such a way that all my view in gallery show the text whi
if each part has a different number of characters , they will also need to have different size of fonts . not only that , but too small devices will also have a too small font size , since the text need to fit a smaller space. i'd suggest having the same font size for all of the parts , while allowing to scroll down if there is not enough space.
for this , you can use a viewpager with scrollviews on each page , each contain a textview.