How Clang/LLVM empowers the underhood of the Android build system
When it comes to compiling code for Android development, developers have a choice between two […]
How Clang/LLVM empowers the underhood of the Android build system Read More »
When it comes to compiling code for Android development, developers have a choice between two […]
How Clang/LLVM empowers the underhood of the Android build system Read More »
Inter-process communication (IPC) is essential for sharing data or invoking methods between separate processes in
Android IPC Communication Mechanisms: Performance, Security, and Complexity Read More »
When it comes to native development, it’s important to have a proper toolset to debug.
Android Sanitizer is a powerful toolset to debug (Part I) Read More »
There are some IPC mechanisms in Android such as AIDL, Messanger, etc and each one
Unix Domain Socket in Android Read More »
In this step, we will develop the AIDL-HAL service based on the AIDL interface we
How To Add An AIDL HAL Service (daemon) Read More »
The second part discusses implementing an AIDL interface that will be used by HAL service
How to implement the AIDL interface Read More »
Let’s have some practical activities in the AOSP development domain. We are going to implement
How to communicate through AIDL to a HAL service – Part 1 Read More »
Using the Android IPC mechanism leads to the possibility of identifying and verifying who is
Why should Intent’s security be concerned? Read More »