作者nowar100 (拋磚引玉)
看板AndroidDev
標題Re: [問題] HAL stub 的 stub 是什麼的縮寫呀?
時間Tue Jan 11 18:28:58 2011
我之前是從這邊查到,也許有相關,供您參考
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