Hey guys, I'm in doubt with Retrofit and coroutines.
If I have a livedata which is returning my favourites films from and API and I observe this livedata and show the films in the screen. If I add a new film in my favourites, is the livedata going to emit this new film? Do I need to call the API again?