My application launches 3 activities. When I want to exit, I close these 3 activities calling finish method. The activity onDestroy methods are then called but the process is still alive... How is it possible ?
This is perfectly normal. Android will keep your process around until such time as it needs to reclaim that process' memory. That way, if the user immediately returns to your application, your application will appear quicker -- Android does not have to fork a process and load your application into memory.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With