Kotlin Mastery
Open main menu
Home
About
Daily Quiz
Login
Loading...
Lifecycle
1
What is a LifeCycleOwner? What is meant by becoming a lifecycle aware entity?
2
Can you name some lifeCycleAware entities you have used?
3
What are the advantages of using LiveData?
4
Can you name some live data operators you have used?
5
Would you use Flows over Live Data? Why?
6
What is the difference between map and switchmap operator in the context of LiveData?