Hello !
Developments:
-Menu structure. Many things can be adjusted. Control, OpenGL, trivia.
-Use of several modules (code modules, activity modules)
-Various control options.
-Improved animated textures and lighting effects.
Try it with VR glasses!
question:
There is something I really don't understand, chatgpt is a great help, but I didn't understand it. Synchronous and asynchronous operations, when is it worth calling sub with 'wait for', what changes if I add 'resumablesub' to a sub. What happened was that it took more than 5 seconds to process and load the textures. One of my 3 test phones started showing the 'app is not responding' window, and after I closed it in vain, it kept popping up. I started researching and understood that if an application shows no activity towards the user interface (UI?) for 5 seconds, then the android system detects it as dead. OK good. That's why I added a bar to indicate the loading process, so that there is activity. However, here I encountered the phenomenon that the screen update can be blocked in certain cases. managed to keep active and refresh the screen when loading textures with random attempts. But unfortunately I don't understand the connections even now. If someone has the patience for it, could you explain in words what is happening. what is the difference. synchronous, asynchronous, resumablesub, waitfor.....I would like to understand the connections between them.