Skip to content

SubareeshKrishnan/Simple-Scientific-Calculator

Repository files navigation

Simple-Scientific-Calculator

A simple scientific calculator made with Kotlin.

Screenshots

Webp net-resizeimage 2

  • Long press to access functions.

Webp net-resizeimage Webp net-resizeimage (1)

  • Feedback overlay.

Dependencies

exp4j

  • exp4j is capable of evaluating expressions and functions in the real domain. It's a small (40KB) library without any external dependencies, that implements Dijkstra's Shunting Yard Algorithm. exp4j comes with a standard set of built-in functions and operators. Additionally users are able to create custom operators and functions.
  • To know more about exp4j library, click here

Add this line to your Dependencies.

dependencies {
    implementation 'net.objecthunter:exp4j:0.4.8'
}

AutoFitTextView by Grantland Chew.

  • A TextView that automatically resizes text to fit perfectly within its bounds.
  • To know more, click here

Add this line to your Dependencies.

dependencies {
    compile 'me.grantland:autofittextview:0.2.+'
}
  • If you added these two dependencies, then you're good to go!!

License

  • MIT licensed. See the License file for full details.

Releases

No releases published

Packages

No packages published

Languages