survivingwithandroid/WeatherLib

Provide "human readable", localizable, text version of the weather "code"

johnuopini opened this issue · 1 comments

It would be nice to have a text representation of WeatherCode via a method like "WeatherCode.getLabel(Context context)" which maps the code to an Android string resource like weather_code_000 which can then be translated (maybe via a getlocalization.com project). This would provide portable multi language text version of the weather.

In the dev branch you can find implemented the enhancement you requested. The code must be still tested.