Product Engineering
Android Architecture Components: you are probably leaking ViewModel and might not know why
The Guide to app architecture suggests using ViewModel + Repository with LiveData in order to implement the data flow from Repository to ViewModel. If…