How to communicate through AIDL to a HAL service – Part 1
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 »
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 »
What is ProtoBuf ProtoBuf stands for Protocol Buffer, a library/framework that generates sources in different
A quick tutorial on working with ProtoBuf Read More »
There’re lots of websites, books, videos and articles to read and start Android development. But
How to start AOSP development Read More »
From Android 11 Google has introduced some improvements in kernel such as the GKI kernel,
Android GKI Kernel is a new approach Read More »
system_server, the first System Process The first process that will be forked by Zygote is
How does the very first Android system process (system_server) work? Read More »
Finally, you can build the Android kernel by Bazel and the old build system is
Bazel is available now to build the Android kernel Read More »
From Android 7.0 Google started using a new approach/solution as a build system to make
Have a look into Android Build System Read More »