survivingwithandroid / WeatherLib

Android Weather Library: android weather lib to develop weather based app fast and easily
http://survivingwithandroid.github.io/WeatherLib/
640 stars 170 forks source link

Parcelable? #21

Open MarsVard opened 9 years ago

MarsVard commented 9 years ago

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?

survivingwithandroid commented 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.

MarsVard commented 9 years ago

Nice to hear! Thank you for this awesome library.

survivingwithandroid commented 9 years ago

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