Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 938 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 938 Bytes

park-java

Android Java project for Parkmobile which consumes JSON data from an API endpoint. To ensure the quality of the project it has been unit tested succesfuly

Architecture

This project aims to provide a basic Model-View-Presenter (MVP) architecture without using any architectural frameworks. Establishing an interface/protocol which coordinates the comunication between View and Presesnter

Libraries

*Gson for serialization/deserialization

*Retrofit for web api interface

*ButterKnife for views injection

*RxJava for reactive functional programming

*Design Support Library to make use of the Recycler View

*Mockito mocking framework for unit tests in Java