android - does Messenger Class usage replace AIDL services -
is messenger class alternative of aidl in building & consuming remote services , if messenger handle thread safety methods associated custom commands of handler messages? sure no, , service keep track client needs method (thread safe methods)but sample here remote service http://developer.android.com/reference/android/app/service.html#remotemessengerservicesample made me confused?
is messenger class alternative of aidl in building & consuming remote services
to extent, yes. bit asking if rowboat alternative yacht.
if messenger handle thread safety methods associated custom commands of handler messages?
the handlemessage()
method of handler
called on main application thread.
Comments
Post a Comment