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

Calculator

Latest
Compare
Choose a tag to compare
@avinashbest avinashbest released this 05 Jun 17:53
· 1 commit to calculator-app since this release

Calculator App

  • Created a calculator which can perform all arithmetic operations like addition, subtraction, multiplication, division etc. depending upon the user input.

  • The apk created can be used to install the application on different devices.

  • The layout of the Calculator is using TableLayout

  • For calculation of the expression, the app is using exp4j library (Expression for Java)