Techbirds | Knowledge Hub | Page 54
Inter-process communication (IPC) is a set of methods for the exchange of data among multiple threads in one or more processes. There are following mechanisms in android to implement IPC:- · Intent(with Bundles) · Bound Services:- o Binder o Messenger o AIDL(Android Interface Definition Language) · Ashmem – Android Shared Memory We will start with Bound Services A bound