Hello there,
I made the APK, installed the game, and everything works as expected.
So, I have tried to check how much memory (RAM) my game consumes on my android phone while I play. The memory usage avarage is 330mb (Does not matter the size of the layout, the memory goes between these 2 315mb/350mb).
Then, I tried to do the same experiment in the remote view (from the google chrome browser) excepting that would take more memory... but I was wrong! On google chrome, the game consumes only 150mb vs the 330mb in the APK.
So, I knew that the game should run smoother when it's installed, but I guess I was wrong? Why there is this gap between apk and remote view? PS: I tried the game in the same layout/full screen...
Also, what would be a nice limit for memory usage? I'm still making the game, and I'm worried that I would encountered some limits.
Just to conclude, the game run smooth 60fps. So, I want to keep this standard.
Thank you