/ServiceIpcSample

Sample code for Android IPC with Service using AIDL.

Primary LanguageJava

ServiceIpcSample

Over View

This project demonstrates how to use a Service from a different app/process.

GitHub URL: https://github.com/pikanji/CameraPreviewSample

Requirements

Android 2.1+

Git Tags

  • basics -- Minimum code to use a Service from a different app/process.

basics

This is a minimum code to demonstrate IPC with Service, but lacks code to check Service's availability and to release it.