Hello! I hope you can help me to answer my 2 questions:
1) What is best to use due to better performance (on mobile devices) - local static and global variables OR dictionary keys? Is there any difference?
2) Is there any warning of using global and local static variables especially of number of them, for ex. 5 or 150?