-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Offline cached features #4
Comments
Wait what cached city temperature, the user wouldn't have up to date temperature on his device would he? Do we plan on downloading future weather data when they connect for this? |
In the file right now we save:
I’m recommending we save:
|
Hmmm how would we use that data for offline functionality? I don't know if weather from days or hours ago is necessarily similar to the current temperature and could be used as a replacement. |
This is a fail-safe in case the decline to turn on internet (we should prompt them) so that we don’t show random error message (looks ugly) it doesn’t necessarily have to be accurate. I think normal weather apps already do this! |
TODO: city name cache |
Instead of just an error message and a prompt to restart the app should used cached city temperature data if available when device is offline.
The text was updated successfully, but these errors were encountered: