I have 10000 words which need to be displayed in Text Element, How to optimize it for speed?
I have 10000 words which need to be displayed in Text Element, How to optimize it for speed?
If you don't want to display whole text in one Text element then you can implement wizard kind of UI, where user have to press next or previous button to see remaining text.
and thus break your text in to small text and display on text element.
http://kunalmaemo.blogspot.com/
Hi gaba88, I do use a flickable on top of Text Element and set its auto wrap property. But is there any tips in it? Thank you.
hello useryy2
ok good i used that in the normal way only, can you tell me more what tips you require in that or like what problems you faced in that :-)