Tuesday, May 1, 2012

Re: [android-developers] Re: How to use an AIDL across different package names?

On Tue, May 1, 2012 at 3:21 PM, Freddy <fw@charter.net> wrote:
> Thanks Mark.  I appreciate you confirming that this design is
> possible.  I hoped/assumed it would be similar to other languages and
> platforms.  Java/Android is not my primary development platform so I
> appreciate your assistance letting me know I'm heading in the right
> direction.  The "cannot be resolved to a type" and "does not match the
> expected package" errors I've been getting must be due to some other
> issue how my project is setup.  I'll work through those since the
> design is valid.

https://github.com/commonsguy/cw-advandroid/tree/master/AdvServices

That directory contains some samples of remote services. The
directories pair up by name (RemoteClient to RemoteService,
RemoteClientEx to RemoteServiceEx, etc.).

--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android App Developer Books: http://commonsware.com/books

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment