[Android] 如何使用AIDL

Posted in :

Google 到這幾篇文章,隨手看一看。

AIDL就是透過另外一個Process幫你執行程式。

如何使用AIDL-非同步實作
http://givemepass.blogspot.tw/2015/11/aidl_27.html

Android 中AIDL的使用與理解
https://read01.com/QKQQMA.html

android aidl開發
http://fecbob.pixnet.net/blog/post/38081629-android-aidl%E9%96%8B%E7%99%BC

兩種AIDL用法分析
http://www.tshopping.com.tw/thread-241213-1-1.html


 

Android Binder 全解析(1) — 概述
http://www.woaitqs.cc/android/2016/05/23/android-binder

Android Binder 全解析(2) — 设计详解
http://www.woaitqs.cc/android/2016/05/26/android-binder-token

Android Binder 完全解析(三)AIDL实现原理分析
http://www.jianshu.com/p/9a13f1afbc6e

Android中AIDL的使用详解
http://www.jianshu.com/p/d1fac6ccee98

Android中AIDL的工作原理
http://www.jianshu.com/p/e0c583ea9289

 


範例1號教學:
http://mindtherobot.com/blog/37/android-architecture-tutorial-developing-an-app-with-a-background-service-using-ipc/

範例1號檔案下:
http://mindtherobot.com/blog/wp-content/uploads/2010/06/tweetservice2.zip


範例2號:

https://github.com/schwabe/ics-openvpn

 

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *