單項(xiàng)選擇題
A.如果service已經(jīng)啟動(dòng),將先后調(diào)用onCreate()和onStart()方法 B.當(dāng)?shù)谝淮螁?dòng)的時(shí)候先后調(diào)用onCreate()和onStart()方法 C.當(dāng)?shù)谝淮螁?dòng)的時(shí)候只會(huì)調(diào)用onCreate()方法 D.如果Service沒有啟動(dòng),不能調(diào)用StopService停止服務(wù)
A.getDatabase() B.openDatabase() C.getReadableDatabase() D.getAbleDatabase()
A.setDataSource() B.prepare() C.reset() D.release()
A.通過把當(dāng)前activity對(duì)象傳遞給service對(duì)象 B.通過向Activity發(fā)送廣播 C.通過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來管理 B.使用NotificationManager的notify方法顯示notification消息 C.在顯示Notification時(shí)可以設(shè)置通知時(shí)的默認(rèn)發(fā)聲,震動(dòng)等 D.調(diào)用Notification對(duì)象中的方法可以清除消息
A.可以使用SurfaceView組件播視頻 B.可以使用VideoView組件播視頻 C.VideoView組件可以控制播放的位置和大小 D.VideoView播放視頻的格式可以是.3gp
A.MODE_APPEND B.MODE_WORLD_READABLE C.MODE_WORLD_WRITEABLE D.MODE_PRIVATE