Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 309 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 309 Bytes

Calculator

An Android application that evaluates (on parallel thread) a simple mathematical expression provided by text.

Supported operations:

  • + addition
  • - subtraction
  • / division
  • * multiplication
  • ( left parenthesis
  • ) right parenthesis

screenshot