dane131 wrote: > how can i do that?can you give link/s ? Here are sample projects demonstrating an AIDL API in a service and a separate project accessing that API:
http://github.com/commonsguy/cw-advandroid/tree/master/AdvServices/RemoteService/ http://github.com/commonsguy/cw-advandroid/tree/master/AdvServices/RemoteClient/ Here is a slight revision of that same pair of projects, implementing an AIDL-based callback, so the service can communicate back to the client: http://github.com/commonsguy/cw-advandroid/tree/master/AdvServices/RemoteServiceEx/ http://github.com/commonsguy/cw-advandroid/tree/master/AdvServices/RemoteClientEx/ -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy _Android Programming Tutorials_ Version 1.1 Available!
-- 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en