/AIDL_EXAMPLE

This illustrates the basic sample of aidl working

Primary LanguageJava

AIDL_EXAMPLE

This illustrates the basic sample of aidl working This project contains three things a. AIDL library b. client 3.service Library includes the aidl files. Service provides the implementation of those aidl interfaces and client places call and make use of service.