You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the app is currently, it fetches everything freshly on opening the app. It seems a bit wasteful, since you can cache what is already loaded on the device using sqlite. It will also allow us to read the loaded articles without an internet connection.
The text was updated successfully, but these errors were encountered:
As the app is currently, it fetches everything freshly on opening the app. It seems a bit wasteful, since you can cache what is already loaded on the device using sqlite. It will also allow us to read the loaded articles without an internet connection.
The text was updated successfully, but these errors were encountered: