Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 739 Bytes

File metadata and controls

21 lines (11 loc) · 739 Bytes

Your-Interview-Guide-Android

Q1: How can you create your own live data? Please write the code for this (without lifecycle awareness)

Q2: How can you make it lifecycle-aware?

Q3: Could you explain what happens if you use the same method name and signature for an extension function that is already defined in a class in Android?
Acc to priority class method will run

Q.4 What are flows ? Difference between Hot and Cold Flow ?

Q.5 Difference between State and Shared Flow ?

Q.6 What are flows ? Difference between Hot and Cold Flow ?

Q.7 Difference between State and Shared Flow ?

Q.8 What is the difference between Binds and Provider in daQgger

Q.9 What are qualifiers in dagger , what is the purpose of them ?