Skip to content

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

Notifications You must be signed in to change notification settings

dev-nitinb/ClientRemoteAppIpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages