Closed BitTim closed 4 months ago
Caching from the API happens on demand and crashes when no network connection is available. To fix this a few things need to happen:
I will elaborate on the particular approach I have chosen in the comments here
I will crate a FullSyncWorker that will sync the entire API and all user data on startup and depending on the context also when the pull to refresh action from #9 gets executed
Caching from the API happens on demand and crashes when no network connection is available. To fix this a few things need to happen:
I will elaborate on the particular approach I have chosen in the comments here