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
I think it would be a good idea to have the WeatherForecast class implement parcelable.
for scenarios where you have to send the weather data over from one fragment to another or just to save the state of the application without doing another call to the API if the user rotates the phone for instance.
Is this in the roadmap?
The text was updated successfully, but these errors were encountered:
I think it would be a good idea to have the WeatherForecast class implement parcelable.
for scenarios where you have to send the weather data over from one fragment to another or just to save the state of the application without doing another call to the API if the user rotates the phone for instance.
Is this in the roadmap?
The text was updated successfully, but these errors were encountered: