Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 632 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 632 Bytes

openweather

Implementation I used an architecture based on the MVP pattern and followed some Clean Architecture concepts. The application is divided in three main packages: Model, Data and View.

Model: models. Data: Responsible for managing the flow of data used in the application. View (View + Presenter): Responsible for the presentation layer. Libraries RxJava Retrofit + OkHttp ButterKnife ORMLite Gson Dagger

Uses the Open Weather API (https://openweathermap.org/api) to get current weather data.

The app has a predefined list of cities and the uses can add the city by touching the button on the bottom right corner.