Please forgive my ignorance, I am new to Java and Android.

I would like to retrieve remote data and display it within my
activity. To prevent tying up to UI, I understand that I can do this
in another thread. (I thought I could just-as-well fetch this remote
data from within a service, but that appears to tie up the UI thread
also). So now I'm beginning to think I need to either run the logic
from a new thread within a service, or run a service within a new
thread. But which? I have found many examples online of running new
threads or services, but I have yet to find an example of both at the
same time.

Thanks!
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to