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

sql - text truncated using perl DBI insert -

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

php - Pass object by reference or value -