Join Slack
Powered by
I am following the Modern Android App Architecture...
# android-architecture
m
Matti MK
02/12/2025, 1:58 PM
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?
8
Views
Open in Slack
Previous
Next