I am writing a home screen widget following Jeff Shakey's tutorial,
http://android-developers.blogspot.com/2009/04/introducing-home-screen-widgets-and.html.

This tutorial uses service to avoid any ANR timeouts. I just wonder,
can I use Thread instead of service to do the work of getting data and
updating RemoteViews? I don't want to create a service, because Thread
is easier to handle and pass data into Thread.

Thanks.

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

Reply via email to