ANDROID ARCHITECTURE COMPONENT – LIVEDATA
INTRODUCTION: Once again I welcome everyone to the series of Android Architecture Components. Last time we have seen about View Model and Room library. Now, we will be continuing with LiveData component, LiveData is an observable data holder class. Unlike...