WeatherLib icon indicating copy to clipboard operation
WeatherLib copied to clipboard

Parcelable?

Open MarsVard opened this issue 9 years ago • 3 comments

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?

MarsVard avatar Apr 20 '15 08:04 MarsVard

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.

survivingwithandroid avatar Apr 20 '15 09:04 survivingwithandroid

Nice to hear! Thank you for this awesome library.

MarsVard avatar Apr 20 '15 15:04 MarsVard

In the dev branch you can find the fist steps to support Parcelable interface.

survivingwithandroid avatar Apr 30 '15 20:04 survivingwithandroid