Kotlin - MVP - Unit Testing (JUnit) - UI Testing (Espresso)
App Screens
- MainScreen (get user input and implement operations)
- display operations history in list
App Arch
- data models
- Presenter for logic
App Testing
- Implement eight unit testing cases
- Also two ui testing cases