I am following the Modern Android App Architecture...
# android-architecture
m
I am following the Modern Android App Architecture in my app that's offline first, and I'm not quite certain on what kind of an approach to take with handling data in my Repositories. To me it seems that
Store
(https://github.com/MobileNativeFoundation/Store) would be a valid option, as well as using the
NetworkBoundResource
pattern. Has anyone used
Store
,
NetworkBoundResource
or another approach?