2014年7月20日日曜日

Pattern-Oriented Software Architectures: Programming Mobile Services for Android Handheld Systems (8th Virtual office hours)

==== Abstraction ====
W7A6 is not included. Another video is provided for W7A6.
W8A7 and another example of AIDL are explained.

==== W8A7 ====
strict mode.
AIDL auto generated files.
async/sync.
onServiceConnetcted() => set the refercene AIDL generated?
sendPath() => call back? ui thread method?
runService() => async is easy because non blocking? background thread?
sync:
downloadImage() => stub, short, consice
makeIntent() => I can make it done with a normal way?
async:
downloadImage() => stub, short, consice, callback, 16 threads in a pool.
makeIntent() => I can make it done with a normal way?

0 件のコメント:

コメントを投稿