A calculator app that uses Restful Web API. The Application receives two numbers, an operation(Add, Substract, Multiply, Divide) selected by the user and submits to Rest API. All POST operations are submitted to http://api.mathjs.org/v4/ The results from every calculation are stored in an SQLite database. The app uses the SugarORM library for database operations.
- Clone/ download and open with Android Studio
- make project
- Run project
Disclaimer: On first run application may appear to be slow, since calls to the API take a while to return a response