Skip to content

nVoxel/IPCDemo

Repository files navigation

IPC Demo

Basic demonstration of IPC capabilities in Android OS using Binder. There are client and server apps in the project, both of them use AIDL-defined interface called IDemoService to communicate.

How it works

You can write a message in the server app and save it. Then this message will be displayed in the toast after pressing "Get Message" button in the client app.

Screenshots

Server app Client app

About

Simple demonstration of IPC in Android using Binder

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published