Advanced Android - lightweight cross process Message delivery tool Messenger details

introduction As Android developers, I believe we must be very familiar with the Message mechanism, and we must be in charge of using Handler to process messages. If you are allowed to use the simplest way to realize interprocess communication, a considerable number of beginners may think of using AIDL to realize it themselves. It is true t ...

Posted by dawho9 on Sat, 19 Feb 2022 23:55:15 +0100

Binder overview to quickly understand binder system

prefaceAs we all know, Binder is the main interprocess communication suite in the Android system. More specifically, many articles call it Binder driver. Why is it a driver? What is the driver? Let's uncover it step by step from the Binder in the kernel from the bottom up. This article focuses on helping readers have a brief understanding of Bi ...

Posted by loquaci on Tue, 04 Jan 2022 12:28:09 +0100