Loading repository data…
Loading repository data…
albertovecina / repository
Sencilla aplicación para consultar la programación de la filmoteca de Albacete
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This application allows you to know comfortly the "Filmoteca de Albacete" dates and movies.
Download | Filmoteca de Albacete
This project is in a constant evolution in order to reach a right implementation of the most recommended practices in Android development.
This project represents a Clean Architecture implementation structured in three packages: data, presentation and view. This layers are strongly delimited following the dependency rule.
###Features The requests are implemented using Retrofit 2 + RxJava to get a clean implementation for the parallel and sequencial operations. Its usage of the http cache allows the offline usage for the stored responses.
In order to follow the dependency inversion principle, the project is using Dagger 2 to implements the dependency inyection. This logic is located in the package internal/di.
Continous integration and play store delivery are implemented using Travis CI