On Tue, May 1, 2012 at 3:21 PM, Freddy <[email protected]> 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 [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

