Hello All,

I've been trying to research how to code the techniques talked about
by Virgil Dobjanschi in his Google I/O talk here:

http://www.google.com/events/io/2010/sessions/developing-RESTful-android-apps.html

My specific source of confusion is how to set up the ResultReceiver to
basically wire up a callback.  Its been suggested to use
ResultReceiver, however many of the examples that I see seem to use
ResultReceiver as an interface.  However, I'm finding that this is
really a class.  Has there been a change with this class?

A specific example that comes close to what I think I want to do is on
StackOverflow at the link below:

http://stackoverflow.com/questions/3197335/android-restful-api-service

Does anyone have any thoughts on how to wire this up.  Essentially,
I'm just trying to use an Intent-based API to set up a service where a
receiver is part of the extras in the intent.

Any help is appreciated.

Bill Eisenhauer

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