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

Android AIDL tutorial

AIDL (Android Interface Definition Language) is an IDL language, which is used to generate code for interprocess communication (IPC) between two processes on Android devices. Through AIDL, you can obtain the data of another process in one process and call its exposed methods, so as to meet the needs of inter process communication. Generally, th ...

Posted by allspiritseve on Fri, 07 Jan 2022 13:41:31 +0100

WebView independent process scheme - Secondary encapsulation based on Tencent X5

Preface overview Almost all apps use WebView components. It is also an option to use WebView to host business functions. After all, there is no need to wait for the review of the application market to improve the timeliness of business launch and bug repair. However, WebView loading business functions also has great defects, poor experienc ...

Posted by Daleeburg on Tue, 28 Dec 2021 18:20:22 +0100