I'm trying to use the `liveData` builder in my Vie...
# android-architecture
p
I'm trying to use the
liveData
builder in my ViewModels and Repositories that use coroutines. I'm trying to understand if
liveData
is best used in the ViewModel layer or Repository layer. Anyone have information on this? I've seen
liveData
in both places in different examples online https://gist.github.com/prfarlow1/c48f556c8b5b177ab8e787729973341e