My app is using httpjob to get data from the server every second. When the user minimizes the app(pause), jobdone is queued and when the app is resumed, I experience slow start times probably.:
sending message to waiting queue (CallSubDelayed - JobDone)
How can I avoid the jobdone at resume if the datq is requested as soon as the user pauses the app ?
this means I will never be able to fix this slow startup problem, I have nothing in my activity_resume , I have seperated my layout to 5 different layouts and load them when needed but still have %27 slow warm and hot start ratio