A.通過(guò)把當(dāng)前activity對(duì)象傳遞給service對(duì)象
B.通過(guò)向Activity發(fā)送廣播
C.通過(guò)Context對(duì)象更改Activity界面元素
D.可以在Service中,調(diào)用Activity的方法實(shí)現(xiàn)更改界面元素
您可能感興趣的試卷
你可能感興趣的試題
A.ContentResolver
B.ContentProvider
C.Cursor
D.SQLiteHelper
A.SharedPreferences pref=new SharedPreferences();
B.Editor editor=new Editor();
C.SharedPreferences對(duì)象用于讀取和存儲(chǔ)常用數(shù)據(jù)類型。
D.Editor對(duì)象存儲(chǔ)數(shù)據(jù)最后都要調(diào)用commit()方法。
A.boolean
B.int
C.String
D.double
A.onCreate
B.onDestroy
C.onStop
D.onStart
A.notification需要NotificatinManager來(lái)管理
B.使用NotificationManager的notify方法顯示notification消息
C.在顯示Notification時(shí)可以設(shè)置通知時(shí)的默認(rèn)發(fā)聲,震動(dòng)等
D.調(diào)用Notification對(duì)象中的方法可以清除消息
最新試題
在ItemEntryViewModel中,哪個(gè)函數(shù)用于將商品插入到Room數(shù)據(jù)庫(kù)中()
以下哪個(gè)不是創(chuàng)建DAO的步驟()
以下哪個(gè)字符串資源ID用于播放視頻的按鈕文本()
以下哪個(gè)是AppViewModelProvider的作用()
以下哪個(gè)是創(chuàng)建數(shù)據(jù)庫(kù)實(shí)例的必要條件()
Room是在哪個(gè)數(shù)據(jù)庫(kù)基礎(chǔ)上構(gòu)建的抽象層()
在WorkManager中,哪個(gè)方法用于取消工作()
在WorkManager中,哪個(gè)方法用于設(shè)置WorkRequest的輸出數(shù)據(jù)()
以下哪個(gè)是實(shí)現(xiàn)倉(cāng)儲(chǔ)模式的類()
在WorkManager中,哪個(gè)方法用于設(shè)置工作的唯一性()