Parcel

  • submit to reddit

Android AIDL and Remote Client

Here's a concrete example of a client using Android Interface Definition language (AIDL) for Inter-Process communication (IPC) with a Service setup in...

0 replies - 7059 views - 03/07/12 by Tony Siciliano in Articles

Using the Android Parcel

A short definition of an Android Parcel would be that of a message container for lightweight, high-performance Inter-process communication (IPC). On Android,...

0 replies - 6781 views - 02/04/12 by Tony Siciliano in Articles