Skip to content

max-grossmann/CalculatorApp

Repository files navigation

CalculatorApp

Some facts

  • simple calculator app
  • only supports addition at the moment
  • supports reaaaaaaally big numbers (bigger than a googol)
  • in theory the maximum number that can be stored is a one with 2,147,483,648 zeros minus one
  • in practise the size of the number is limited by the size of the text-container in the ui
  • app architecture is Model View Intent (MVI)

Interesting classes

External resources

  • kotlin language by JetBrains
  • androidx libraries by Google
  • junit for unit testing
  • personal library with some android architecture utilities
  • mvi architecture implementation by Rohit Surwase

About

Android Calculator App - Implemented with MVI Architecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages