Unable to fetch API data in ViewModel and LiveData shows null
In my ViewModel, I’m fetching data from an API using repository.remote.getNews()
. I can see in the logs that the API is successfully called and returns data.
In my ViewModel, I’m fetching data from an API using repository.remote.getNews()
. I can see in the logs that the API is successfully called and returns data.