I am making a small game for android. It is working smoothly when its working on a white background but when i want to put a background image, its becoming slower and slower. Fi
Iam also facing the same problem, I have a very simple app when Iam running it on a white background it is working completely fine. But when Iam adding a background Image it is Lagging, but after some tweaks I have figured out how to smoothly run the app with a background Image. You just need to resize your Background Image, and also lower the quality of Image, this is because the size of Image is directly proportional to your apps performance. So the only solution is to resize it and decrease the quality of Image. I hope my answer will be helpful to you.