I am trying to create holy book app in android studio, but this requires a large amount of texts.
The problem occurs when I paste those texts in strings.xml
it shows an error like TF8 representation for string is too long for the constant pool
. My question is is there any way to do that as many apps already done it but I don't know how. I want to show that text in my main activity as my app would have single activity.