看板 AndroidDev 關於我們 聯絡資訊
我之前是從這邊查到,也許有相關,供您參考 http://developer.android.com/guide/developing/tools/aidl.html ... 3. Implement your interface methods - The AIDL compiler creates an interface in the Java programming language from your AIDL interface. This interface has an inner abstract class named Stub that inherits the interface (and implements a few additional methods necessary for the IPC call). You must create a class that extends YourInterface.Stub and implements the methods you declared in your .aidl file. ... ※ 引述《nothingptt (這該死的溫柔)》之銘言: : 問題 : 看 Android 技術文件常看到 stub 這個字眼,這是什麼字的縮寫有人知道嗎? : 程式碼(請多利用置底文網站) : 參考到的資料(網頁/書籍/...) -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.112.29.207