https://kotlinlang.org logo
#rx
Title
t

tulio

07/24/2017, 5:53 PM
Hi guys, does this logic makes sense for you? Or is there a better way of doing this?
p

Paul Woitaschek

07/24/2017, 7:24 PM
Why do you make a network call in each case?
Why not just the cache if available?
t

tulio

07/24/2017, 7:33 PM
Remote data can change and at least for now, I don't wanna handle expire times for local data
I want to enable offline use and remove loaders.