47. Service 是 Android 的應用程式元件之一,適合用來執行需使用較長時 間且不與使用者互動的作業。附圖程式片段是一個基本的 Service 應用程式元件,假設在 launcher activity 執行 startService()方法後可以正常 啟動此 Service,則程式片段中的空白處應依序填入何者?
5fc59dab72981.jpg
(A) android.app.Service、onStartService
(B) android.app.WorkerThread、onStartCommand
(C) android.app.Service、onStartCommand
(D) android.content.Service、onInitService

答案:登入後查看
統計: A(8), B(1), C(3), D(0), E(0) #2543540