Skip to content

Full Kotlin app which make use of Reactive Extensions and Retrofit2 applying MVP architecture

Notifications You must be signed in to change notification settings

davedega/park-kotlin

Repository files navigation

park-kotlin

Android full Kotlin project for Parkmobile which consumes JSON data from an API endpoint .

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 Presenter

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

About

Full Kotlin app which make use of Reactive Extensions and Retrofit2 applying MVP architecture

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages