For longer texts it is extremely slow. The biggest slow down is on the line 167 in Justify.java file. I looked at the code, and I optimized it a lot, but with this line, I have no idea... In Android sources in method setSpan(...) is a lot of IMHO unnecessary code, but I did not find any better solution (except of rendering a whole text by myself). Is it possible to do something? Thanks
For longer texts it is extremely slow. The biggest slow down is on the line 167 in Justify.java file. I looked at the code, and I optimized it a lot, but with this line, I have no idea... In Android sources in method setSpan(...) is a lot of IMHO unnecessary code, but I did not find any better solution (except of rendering a whole text by myself). Is it possible to do something? Thanks