This repository has been archived by the owner on Sep 15, 2021. It is now read-only.
·
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
library (Expression for Java)