Skip to content

evolquez/rpn-calculator

Repository files navigation

RPN Calculator (Reverse Polish Notation) - Android 🤖

This RPN Calculator app includes basic operations such as:

  • Add ➕
  • Subtract ➖
  • Multiply ✖️
  • Divide ➗

In addition you can see a history of all operations calculated by the app.

Technical Requirements

  • Kotlin
  • Target API 33
  • Min API 24

Libraries

  • Dagger2 - Dependency injection
  • Room - Local persistence library
  • LiveData

Architecture

Download and Install

RPN Calc on Google Play

Screenshots