[android-developers] When does my thread die (continued discussion)

2009-07-01 Thread Lex
In addition to the posts at http://groups.google.com/group/android-developers/browse_thread/thread/47a310494882eb5a/622000c1d630690f I'm posting a new topic as the other one seems to be closed for further discussion. OK so I'm receiving traffic messages via UDP and processing them in a new thread

[android-developers] When does my thread die?

2009-01-23 Thread g1bb
Hello, I've created an app that functions as a countdown timer via a thread, a wakelock, and a handler back to my activity. My question is, what will cause my thread to die, or app to not be running in memory anymore? I've had this happen once, and can't seem to recreate it again. Thanks in adva