Hi all, Looking into LiveData ViewModel and Data DAOs and Repositories. I understand you would link a ViewModel with an Activity and thus the data is linked to Views in the Activities View. But how do you link a ViewModel to the Application. Like a User Data, which is needed by multiple Activities. Thus holding one copy of the LiveData for the entire Application. Thanks