This is a Calculator application which consists of atleast 3 concepts as a criteria by Google for the successful submission of the app. Some of the concepts I used are -
- Callback method - To call onCreate on the superclass.
- String Templates - To take inputs (digits) and covert it to string.
- Named Parameters - To specify names of arguements while calling the function to return the answer.
- Extension Function - Used for ToString().
Note: When you'll use the assignments (such as +,-,/,*) in the calculator, they won't be visible so move ahead without worrying why is it not working.
Supported versions of Android - 4.4 and Above.
Things I've learned in #30DaysOfKotlin - https://github.com/IIshaan/30DaysOfKotlin