Quiz Yourself on Views

Test your understanding of data delivery in Views.

We'll cover the following...

Quiz yourself on data delivery in Views.

1.

Which statement about the ViewModel is false?

A.

A ViewModel stores and manages UI-related data.

B.

A ViewModel is lifecycle aware.

C.

A ViewModel has observables that help expose data to the activity or fragment.e LiveData is an observable used by the ViewModel.

D.

A ViewModel can act as coroutines to handle multithreading using suspend functions.


1 / 4
...