| Interface | Description |
|---|---|
| WeatherClient.CityEventListener |
This interface must be implemented by the client that wants to get informed when
the city list is ready.
|
| WeatherClient.ForecastWeatherEventListener |
This interface must be implemented by the client that wants to get informed when
the forecast weather data is ready.
|
| WeatherClient.GenericRequestWeatherEventListener<T> |
This interface must be implemented by the client that wants to get informed when
the generic request is available
|
| WeatherClient.HistoricalWeatherEventListener |
This interface must be implemented by the client that wants to get informed when
the historical weather data is ready.
|
| WeatherClient.HourForecastWeatherEventListener |
This interface must be implemented by the client that wants to get informed when
the hour forecast weather data is ready.
|
| WeatherClient.WeatherClientListener |
This is the base interface.
|
| WeatherClient.WeatherEventListener |
This interface must be implemented by the client that wants to get informed when
the weather data is ready.
|
| WeatherClient.WeatherImageListener |
This interface must be implemented by the client that wants to get informed when
the forecast weather image is ready.
|
| Class | Description |
|---|---|
| BuildConfig | |
| R | |
| R.attr | |
| R.drawable | |
| R.string | |
| StandardHttpClient |
This class represents the entry point to get the Weather information.
|
| WeatherClient |
This class represents the entry point to get the Weather information.
|
| WeatherClient.ClientBuilder |
This class must be used to obtain a valid instance of WeatherClient.
|
| WeatherConfig |
Weather configuration class.
|
| Enum | Description |
|---|---|
| WeatherCode |
Unified weather codes.
|
| WeatherConfig.UNIT_SYSTEM |