A simple app to calculate potential salary breakdown based on provided net salary and allowances.
- Basic salary is 60% of net salary
Download and install the debug apk from here to quickly test the app
The easiest way to import this project into Android studio is to use the native import option in AS
- Select File >> New >> Project From Version Control...
- Copy and patse this repo URL in the URL field
- Click on 'Clone'
- Allow some time for the gradle import and setupp to complete
- In AS navigate to the unit test folder (test).
- Right-click on the MainViewModelTest file
- Select 'Run MainViewModelTest' option
- In AS navigate to the UI test folder (androidTest).
- Right-click on the MainActivityTest file
- Select 'Run MainActivityTest' option