PinnedPublished inProAndroidDevIPC Techniques for AndroidIPC is a general concept that means inter-process communication.Jan 3, 20212Jan 3, 20212
Published inProAndroidDevIPC Techniques for Android -BroadcastIn the previous articles, we talked about the definition of IPC, AIDL, and Messenger. Then we created client-server applications using the…Jan 3, 2021Jan 3, 2021
Published inProAndroidDevIPC Techniques for Android -MessengerIn the previous articles, we talked about the definition of IPC and the AIDL method, and we create client-server applications using the…Jan 3, 20213Jan 3, 20213
Published inProAndroidDevIPC Techniques for Android -AIDLYou should use this method if you need a multithreaded IPC structure. If you are not going to perform concurrent operations, you can…Jan 3, 20217Jan 3, 20217