In Android Understanding LiveData With Basic Example November 21, 2021 No Comments 4 Mins Read LiveData is the main component of core architecture as like RxAndroid, Dagger, and other core components. LiveData helps to reduce memory leaks and manual lifecycle handling. It ensures that UI…