A.onCreate()
B.onAttach()
C.onCreateView()
D.onActivityCreated()
您可能感興趣的試卷
你可能感興趣的試題
A.android:id=true
B.android:name=true
C.android:checked=true
D.android:state=true
A.btn.setOnClickListener(this)
B.btn.setOnLongClickListener(this)
C.btn.setOnTouchListener(this)
D.btn.addOnLongClickListener(this)
A.android:name=”button”
B.android:id=”button”
C.android:doclick=”button”
D.android:onClick=”doclick”
A.Empty
B.Basic
C.Fragement(Blank)
A.Toast.makeText(this,”注冊成功”,200).show()
B.Toast.makeText(this,”注冊成功”,Toast.LENGTH_SHORT)
C.Toast.makeText(“注冊成功”).show()
D.Toast.show(“注冊成功”,this)
最新試題
在Room中,哪個(gè)注解用來定義更復(fù)雜的數(shù)據(jù)庫操作()
ViewModel的數(shù)據(jù)會在Android系統(tǒng)銷毀并重新創(chuàng)建activity時(shí)丟失。
以下哪個(gè)是AppViewModelProvider的作用()
Room是Android架構(gòu)組件中的一部分提供哪種類型的檢查()
Room是在哪個(gè)數(shù)據(jù)庫基礎(chǔ)上構(gòu)建的抽象層()
在ItemEntryViewModel中,哪個(gè)函數(shù)用于將商品插入到Room數(shù)據(jù)庫中()
以下哪個(gè)不是創(chuàng)建數(shù)據(jù)庫實(shí)例的步驟()
在WorkManager中,哪個(gè)類用于定義WorkRequest的約束條件()
WorkManager支持哪種類型的執(zhí)行()
在HomeScreen中,homeUiState的作用是什么()