Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
survivingwithandroid committed Apr 28, 2014
2 parents 45f0a02 + d607321 commit 474c0cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public abstract void getForecastWeather(String location, final ForecastWeatherEv
public abstract void getDefaultProviderImage(String icon, final WeatherImageListener listener);
```

>**This kind of requests can be done for all the weather provider and you can expect to receive the same information with the same structure even if you use different provides. The lib abstracts the protocol details and the information returned presented them to you in a unified manner.**
>**This kind of requests can be done for all the weather provider and you can expect to receive the same information with the same structure even if you use different provides. The lib abstracts the protocol details and the information returned presenting them to you in a unified manner.**
**WeatherProvider** is a specific implementation that handles all the details related to the protocol used by the weather provider (i.e Openweathermap and so on). You can change at runtime the WeatherProvider without changing your code. All the weather provider implements **IWeatherProvider** that provides some methods to parse the data received.

Expand Down

0 comments on commit 474c0cb

Please sign in to comment.