/ClientRemoteAppIpc

A simple example to demonstrate IPC (inter-process communication) in android using messenger

Primary LanguageKotlin

ClientRemoteAppIpc

This is a simple example to demonstrate ipc (inter process communication) between two application using Messenger. Here, we send data from client app sends to remote service. Remote service replies to the responds to the request by giving response.

Output:

Concepts Used

  1. Bound Service and Messenger

Application

Their are 2 Applications:

  1. Client App: User needs to enter 2 number to get multiplication value as the result from Remote service in Server App.
  2. Server App: Output of input values in Client App is displayed in Server App