Hi
In the book that I am reading there is a phrase :
"Even if an application has only one activity and the activity is
killed, the
application will still be running in memory"
In this phrase , the underlined
word killed , does mean onDestroy() ???
If yes , In several book , I read that when onDestroy() is called by Android , the resourses
that were ocuupied by application will be free ???
I am confuses . Which one is correct ??? The phrase that I mentioned or the things that I read in
several books ???