/Calculator-Example

Basic example of a calculator on the android OS

Primary LanguageJava

Calculator-Example

Basic example of a calculator on the android OS

Contains unit tests and reading and writing from file. In onCreate function it writes some text to the file, and we read it as it as and parse it using delimters in our case ",". Then we add the elements we recieve from the file.