Yes, with the caveat that if you're doing this it might not be such a good idea.
In Android, you might be better fit with creating a Service that mediates interaction between the Activity and the background thread, that or using an asynctask. kris On Fri, Nov 30, 2012 at 4:10 PM, bob <[email protected]> wrote: > If you create a Thread in an activity, does it generally live beyond a > call to onPause? > > > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

