- Fork this repo into your own github account
- Complete the task (TODO tags in the project and in the comments)
- Commit your code to your fork (we want to be able to see your source code!)
- Submit a publicly viewable link to your forked repo in the application form
- If you have any comments or assumptions, add them to this README.md file
Using good coding practice and techniques, implement the functions of the simple calculator. The manditory functions are the +,-,x and / while the other ones are optional and for you to show off your mad skills (e.g. trig functions, hex calculator, exp functions, etc.).
Had fun doing this project. Learnt a lot about Android's animation APIs which I implemented in the extra operations.