AFAIK you can run a background service in your process, that way you don't need IPC. There is even a m4a demo.
Renato Degelo <rdeg...@gmail.com> wrote: Hi, i have to make a service to synchronize some data in background. I've read that i cannot use a service in the same thread for this purpose, and M4A don't support by default this operation because of the AIDL. So i've researched a little and figured out that i have to write the aidl in java, compile and bind it to my c# application. The problem is, my company don't want to work with java, thats why we choose M4A. Furthermore we don't have any tool to work with java here. There's another way to accomplish this task? I need interact with the service requesting data and pushing data to the service. Thx. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/IPC-and-Mono-for-Android-tp5711168.html Sent from the Mono for Android mailing list archive at Nabble.com. _______________________________________________ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid _______________________________________________ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid