Gal Ben-Haim
Gal Ben-Haim

Reputation: 17803

ResultReceiver vs Messenger

I'm implementing a REST client according to the first method of this presentation - http://www.google.com/events/io/2010/sessions/developing-RESTful-android-apps.html

currently I'm using a ResultReceiver for the "binder callback" between the service and the service helper,

is there any reason I should prefer a Messenger over ResultReceiver or the opposite for this?

Upvotes: 12

Views: 641

Answers (0)

Related Questions