I have an android Puzzle Game been working on, Most layouts have black backgrounds, which is best for performance?
Clear Background --> No , with Black tiledbackground.png VS Clear Background -- > Yes, with Transparent Layout?
--------------------------------------------
Game is 17.8 mb after compiling on XDK crosswalk, Gameplay is fine but Uses 100mb ram upon launch with sound latency issues.
Game is 10 mb after compiling on Cocoonjs, Uses 75mb ram upon launch with no sound issues, but scaling issues.
What Do?