Skip to content

faridzy/calculator-v2

 
 

Repository files navigation

Calculator v2

Calculator v2 is an advanced calculator app with functions such as trigonometry, logs, factorials, and more while still maintaining a simple and easy to use interface.

Download

https://play.google.com/store/apps/details?id=com.scottmangiapane.calculatorv2

Screenshots

Build Instructions

  • Install the required tools
  • Create a new project in Android Studio
    Package name: com.scottmangiapane.calculatorv2
  • Replace the contents of /app/source/main/ with this repo
  • Add any libraries to /libs/
  • Add any dependencies to /app/build.gradle

Build Requirements

  • Android Studio
  • Android Software Development Kit
  • Java Development Kit

Libraries

Add this library to the project's /libs/ folder

Dependencies

In the project's /app/build.gradle file, add the following dependency.

dependencies {
    compile 'com.android.support:appcompat-v7:24.1.1'
    compile files('libs/commons-math3-3.6.1.jar')
}

About

A material design calculator app.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%