作者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