I made a simple 2D widget. It’s a “To do list” app with 35 buttons.
I wonder why my app is that simple but gets heats up if I only stayed Idle for 3 mins.
Is there any solution for this?
Project size is 124mb
Cooked is 54.7mb
There’s a lot of nodes since it’s 35 buttons
The logic is : Click button, hide page, next page is visible, set visible [text]
As for the Devices, I had tested on Samsung S7, Samsung S4, LG G3 and other devices. My friends are experiencing overheating. I assume that every android devices are experiencing due to my app. And also, my app size is enormous. My apk size is 53 Mb but when installed it’s 154 mb. According to my research, It’s because the when the app is packaged, the engine contents which are not important or not even needed to my app, are also packaged.
As for the Devices, I had tested on Samsung S7, Samsung S4, LG G3 and other devices. My friends are experiencing overheating. I assume that every android devices are experiencing overheat due to my app. May because I don’t know yet how to package it appopriately And also, my app size is enormous. My apk size is 53 Mb but when installed it’s 154 mb. According to my research, It’s because the when the app is packaged, the engine contents which are not important or not even needed to my app, are also packaged.
Your performance issues are likely related to having multiple widgets on the screen at once. What you can do is try to remove the unneeded buttons from the screen if possible, and also look into reducing the size of your apk.