A.Android應(yīng)用的gen目錄下的R.java被刪除后還能自動(dòng)生成
B.res目錄是一個(gè)特殊目錄,包含了應(yīng)用程序的全部資源,可以任意命名
C.AndroidManifest.xml文件是每個(gè)Android項(xiàng)目必須有的,是項(xiàng)目應(yīng)用的全局描述
D.assets里面的文件不會(huì)在R.java里生成任何資源ID
您可能感興趣的試卷
你可能感興趣的試題
A.RadioGroup中的RadioButton默認(rèn)會(huì)有一個(gè)被選中
B.通常情況下,一個(gè)RadioGroup中至少有2個(gè)RadioButton
C.不同的RadioGroup中的RadioButton互不相干
D.以上描述都不正確
A.Toast能編輯
B.Toast有焦點(diǎn)
C.Toast可以獲得用戶輸入
D.Toast只能持續(xù)一段時(shí)間
A.RadioButton表示單個(gè)圓形單選框
B.RadioButton可以放置在RadioGroup中組合使用
C.RadioGroup中的RadioButton同時(shí)只能有一個(gè)被選中
D.以上描述都不正確
A.web網(wǎng)址
B.email電子郵箱
C.phone電話號(hào)碼
D.map地理位置
A.CheckBox(Context.context)
B.CheckBox(Context.context,AttributeSet.attrs)
C.CheckBox(Context.context,AttributeSet.attrs,int.defStyleAttr)
D.CheckBox(Context.context,AttributeSet.attrs,int.defStyleAttr,int.defStyleRes)
最新試題
在WorkManager中,LiveData可以轉(zhuǎn)換為什么類(lèi)型的數(shù)據(jù)流()
以下哪個(gè)不是創(chuàng)建數(shù)據(jù)庫(kù)實(shí)例的步驟()
在Room中,哪個(gè)注解用來(lái)定義更復(fù)雜的數(shù)據(jù)庫(kù)操作()
WorkManager的主要優(yōu)勢(shì)是()
在創(chuàng)建DAO時(shí),哪個(gè)注解用來(lái)定義執(zhí)行簡(jiǎn)單插入的方法()
Room是Android架構(gòu)組件中的一部分提供哪種類(lèi)型的檢查()
以下哪個(gè)是實(shí)現(xiàn)倉(cāng)儲(chǔ)模式的類(lèi)()
在ItemEntryViewModel中,哪個(gè)函數(shù)用于將商品插入到Room數(shù)據(jù)庫(kù)中()
在HomeScreen中,homeUiState的作用是什么()
StateFlow的生命周期由什么定義()