If I am grabbing data from a network call in the v...
# compose
b
If I am grabbing data from a network call in the viewmodel can I show the data on my preview?
c
A @Preview composable? If so, then I would say no. Previews can only use hardcoded data available at compile time
c
Yes, @Preview doesn’t have network access at the moment, so you’ll have to pass in mock data