Hi all,
I have a loading screen with a loading animation while I load some text data from disk. The loading is pretty intensive and so it actually stops the loading animation completely in its tracks until it is done. Is there anyway to yield to corona so that the animation can continue smoothly while I do the loading?
Thanks!