Skip to content
This repository has been archived by the owner on Sep 9, 2021. It is now read-only.

This project aims to give a simple example of Model View Presenter pattern applying Presenter First with TDD approach

Notifications You must be signed in to change notification settings

jmarsican/mvp-android-calculator

Repository files navigation

MVP Android Calculator

This project aims to give a simple example of Model View Presenter pattern applying Presenter First with TDD approach

User Stories:

[USMVP-1] As a User I want to get the result of the multiplication of two numbers and see it on a display

[USMVP-2] As a User I want to get the result of the substraction of two numbers and see it on a display

[USMVP-3] As a User I want to add two numbers and see the result on a display

[USMVP-4] As a User I want to divide two numbers and see the result on a display

Class diagram:

About

This project aims to give a simple example of Model View Presenter pattern applying Presenter First with TDD approach

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages