Android Architecture Components — ViewModel and LiveData
Recently I planned to update an Android application that I wrote long back. While going through the code, I found many places wherein there were scopes of improvement. There were many portions of the code which was working, but…