Skip to content

The given Android App calculates the expression and perform basic arithmetic calculations

Notifications You must be signed in to change notification settings

ChampionTej05/Calculator-Android-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator-Android-App

The given App is able to calculate the expression and able to perform basic arithmetic calculations including addition,subtraction,multiplication,division. The class used in given code to evaluate the Arithmetic expression is 'ExpressionBuilder' which has been imported from 'net.objecthunter:exp4j:0.4.4' To include the given dependency, open the gradle folder and then in build.gradle file(Module:app) add the following the line:

  • implementation 'net.objecthunter:exp4j:0.4.4' and click sync now. I hope you will like my work.

About

The given Android App calculates the expression and perform basic arithmetic calculations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages