Parcelable

  • submit to reddit

Android SMS popup – Part Two : Passing Information

In Part One, we learned how to capture incoming SMS in the background using a BroadcastReceiver. Now, we'll proceed to display a pop-up window containing those...

0 replies - 3296 views - 03/27/12 by Tony Siciliani in Articles

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 - 7092 views - 03/07/12 by Tony Siciliani 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 - 6819 views - 02/04/12 by Tony Siciliani in Articles