android - Killing a thread -


i have thread inside activity.

is thread killed system when activity terminates, or need manually kill (say, in ondestory())?

thanks

i believe accepted answer posted here, should answer question.

how android handle background threads when leaving activity?

i.e. no, android not manually kill threads create yourself. need clean them up. see link above full discussion.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -