I want to create a simple application similar to basic app Notes. But i need many GUItext elements at the same time on screen.
Because GUItext is very heavy on performance, i need to use a different way. I guess simple way is to use text strings, they don't affect performance. But:
1. Text strings cannot be instantiated. I guess i need to create an empty text string and duplicate it every time i am creating new text on screen?
2. The main question, how to edit every created text string at runtime?
↧