Open MarsVard opened 9 years ago
Great! Your request is interesting, i will implement in the next release. I'm planning a roadmap for the next release and it will be included.
Nice to hear! Thank you for this awesome library.
In the dev branch you can find the fist steps to support Parcelable interface.
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?