My App is such that it needs high processing. I have reduced the no of block but it doesn’t resolve the problem.
To lower the process I also used Clock Component to load after few seconds but that doesn’t solve the problem as well
I check if app crashes change High Quality images to false but that to didn’t worked
I am asking if you have any other solution to my problem
Did you try the extension linked above??
And also if you have multiple screens the search community for “How to switch screen” and follow the guide by Mika
if your app really need high ram usage and proccesing power then you can’t do much. you just need to tell your user the minimum system requirement to run the app.
I have taken a look at your app and it seem fairly simple. Try to Improve your Blocks. Also Do not Use Clock to execute Functions, it will reduce the apps performance. Also I tried your app on my OnePlus and it seems to work fairly well
Out of memory error generally occur if either you are not managing the images properly or not switching the screens properly
Follow my reply below for more information. Do follow the post linked to the reply and see if it helps