Hi,
I have two activties(one list view and one normal view which is
launched when an item is selected from list) in my application. I have
a background thread whihc is started when the appplication is launched
which gets data from the network conitnuously and post it to the UI
using handler. But I have two user interfaces/layouts. How can I
update the two UIs using one handler? If not possible then how to
implement two handlers? If I use two handlers then how to decide in
the background to post data to the proper handler?

Regards,
Nand

-- 
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