Londair is an android application which displays the air quality using the TFL AirQuality REST API for displaying the air quality in London.
- Display air quality summary and details for today and tomorrow
- Receive a daily notification when the air quality for the day crosses a threshold (low/medium/high)
- Detailed information on the source of pollutants
- Advice for people who are most affected by pollution
For a full and up to date list of libraries used, check the app's build.gradle
- Dagger 2.11
- Retrofit 2
- RxJava 2
- JUnit
- Clean architecture
- MVP