-
Its a demonstration of Android Interface Definition Language (AIDL) used for InterProcess Communication means to make communication between two apps. To know more about AIDL (https://developer.android.com/guide/components/aidl)
-
“aidl_lib_server” module contains the Service with Stub. Stub is generated via aidl implementation written in “aidl” package. Stub methods are needed to override by desired logic to be export for the client app.
-
Developer should not add implementation logic for these overridden methods while attaching “aidl_lib_server” to “aidl_lib_client” because of “aidl_lib_client” only need “aidl_lib_server” just to compile app only.
-
Developer must have the same package structure for “aidl_lib_server” and “aidl_app_server”.
-
Notifications
You must be signed in to change notification settings - Fork 0
FantasticAndroid/AIDL-Server-Client
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Demonstration of Android Interface Definition Language (AIDL)
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published