單項選擇題
A.onInit() B.onStart() C.onCreate() D.onBegin()
A.使用onOptionsItemSelected(MenuItem item)響應(yīng) B.使用onMenuItemSelected(int featureId.MenuItem item)響應(yīng) C.使用onMenuItemClick(MenuItem item)響應(yīng) D.使用onCreateOptionsMenu(Menu menu)響應(yīng)
A.bindService B.startService C.onStart D.onBind
A.Activity B.BroadcastReceiver C.Service D.Contentprovider
A.同步方式 B.異步方式 C.同步方式與異步方式都支持 D.同步方式與異步方式都不支持
A.Clonable B.Parcelable C.Copiable D.Externalizable
A.category B.data C.action D.category、data、action都可以
A.ContentResolver B.SharedPreferences C.Resources D.Cookies
A.在Activity中,Main線程消息隊列中的消息在5秒內(nèi)沒有得到響應(yīng) B.在Service中,onStartCommand()方法執(zhí)行超過5秒 C.在BroadcastReceiver中,onReceive()方法執(zhí)行時間超過5秒 D.在啟動的新線程中,run()方法執(zhí)行時間超過5秒
A.不需要,不需要 B.需要,不需要 C.需要,需要 D.不需要,需要
A.可來源于外部URL B.可來源于內(nèi)部URI,通過ContentResolver獲取 C.可來源于資源文件 D.可以文件方式直接訪問內(nèi)部Media