Solved

In Our TeaViewModel Class, That Extends ViewModel , We Have

Question 38

Multiple Choice

In our TeaViewModel class, that extends ViewModel , we have such method: public LiveData<Tea> getTea() {    return mTea; } An observer in our Activity (type of mViewModel variable in example is ) is set in this way: mViewModel.getTea() .observe(this, this::displayTea) ; What will be a correct displayTea method definition?


A) private void displayTea()
B) private void displayTea(Tea tea)
C) private void displayTea(LiveData<Tea>)
D) private void displayTea(LiveData<T>)

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions

Unlock this Answer For Free Now!

View this answer and more for free by performing one of the following actions

qr-code

Scan the QR code to install the App and get 2 free unlocks

upload documents

Unlock quizzes for free by uploading documents