I've noticed that after I close my app Task Manager shows that it is still using the CPU.
My most recent app uses the AdMob and Reflection libraries and appears to be using up to about 8% of CPU after being closed.
An earlier app which doesn't use any additional libraries seems to be using less than 1% CPU after being closed.
In both cases I would have expected CPU use to be zero. I appreciate that the RAM would still be occupied until the operating system needs to use it but I don't understand the CPU percentage.
Should I be doing something when the user quits the app in order to stop this?
Thanks.
My most recent app uses the AdMob and Reflection libraries and appears to be using up to about 8% of CPU after being closed.
An earlier app which doesn't use any additional libraries seems to be using less than 1% CPU after being closed.
In both cases I would have expected CPU use to be zero. I appreciate that the RAM would still be occupied until the operating system needs to use it but I don't understand the CPU percentage.
Should I be doing something when the user quits the app in order to stop this?
Thanks.