A.在Fragment中必須在onDestroyView()中做解綁操作。
B.在Fragment中不必在onDestroyView()中做解綁操作。
C.在Fragment可以不做解綁操作。
D.在Fragment中必須在onActivity()中做解綁操作。
您可能感興趣的試卷
你可能感興趣的試題
A.setContentView()可以通過注解實(shí)現(xiàn)
B.setContentView()不能通過注解實(shí)現(xiàn)
C.都能通過注解實(shí)現(xiàn)
D.都不能通過注解實(shí)現(xiàn)
A.當(dāng)View需要更新時(shí),首先去找Controller,然后Controller找Model獲取數(shù)據(jù),Model獲取到數(shù)據(jù)之后直接更新View
B.當(dāng)View需要更新時(shí),首先去找Model獲取數(shù)據(jù),Model獲取到數(shù)據(jù)之后直接更新View
C.當(dāng)View需要更新時(shí),首先去找Controller,然后Controller找Model獲取數(shù)據(jù),Model獲取到數(shù)據(jù)之后直接更新Controller,就顯示了
D.當(dāng)View需要更新時(shí),首先去找Controller,然后Controller找Model獲取數(shù)據(jù),Controller獲取到數(shù)據(jù)之后直接更新View
A.View不可以直接訪問Model的
B.View就是Activity
C.View是可以直接訪問Model的
D.View就是fragment
A.當(dāng)View需要更新數(shù)據(jù)時(shí),首先去找Model,然后Presenter去找Model請(qǐng)求數(shù)據(jù),Model獲取到數(shù)據(jù)之后通知Presenter,Presenter再通知Model更新數(shù)據(jù)
B.當(dāng)View需要更新數(shù)據(jù)時(shí),首先去找Presenter,然后Presenter去找Model請(qǐng)求數(shù)據(jù),Model獲取到數(shù)據(jù)之后通知Presenter,Model再通知View更新數(shù)據(jù)
C.當(dāng)View需要更新數(shù)據(jù)時(shí),首先去找Presenter,然后Presenter去找Model請(qǐng)求數(shù)據(jù),Model獲取到數(shù)據(jù)之后通知Presenter,Presenter再通知View更新數(shù)據(jù)
D.當(dāng)View需要更新數(shù)據(jù)時(shí),首先去找Presenter,然后Presenter去找Model請(qǐng)求數(shù)據(jù),Presenter獲取到數(shù)據(jù)之后通知model,Presenter再通知View更新數(shù)據(jù)
A.Moder-View-Presenter
B.Model-Video-Presenter
C.Model-View-Picture
D.Model-View-Presenter
最新試題
在Room中,哪個(gè)注解用來定義更復(fù)雜的數(shù)據(jù)庫操作()
以下哪個(gè)不是創(chuàng)建數(shù)據(jù)庫實(shí)例的步驟()
以下哪個(gè)是AppViewModelProvider的作用()
在WorkManager中,哪個(gè)方法用于設(shè)置WorkRequest的輸出數(shù)據(jù)()
WorkManager支持哪種類型的執(zhí)行()
在創(chuàng)建DAO時(shí),哪個(gè)注解用來定義執(zhí)行簡單插入的方法()
使用WorkManager可以處理哪種類型的任務(wù)()
以下哪個(gè)是創(chuàng)建數(shù)據(jù)庫實(shí)例的必要條件()
以下哪個(gè)是實(shí)現(xiàn)倉儲(chǔ)模式的類()
在WorkManager中,哪種狀態(tài)表示工作已完成()