Skip to content

mardillu/gross-calculator

Repository files navigation

gross-calculator

A simple app to calculate potential salary breakdown based on provided net salary and allowances.

Assumption

  • Basic salary is 60% of net salary

TL;DR; Install the App

Download and install the debug apk from here to quickly test the app

Import into Android Studio

The easiest way to import this project into Android studio is to use the native import option in AS

On Android Studio:

  1. Select File >> New >> Project From Version Control...
  2. Copy and patse this repo URL in the URL field
  3. Click on 'Clone'
  4. Allow some time for the gradle import and setupp to complete

Run the Unit Test

  1. In AS navigate to the unit test folder (test).
  2. Right-click on the MainViewModelTest file
  3. Select 'Run MainViewModelTest' option

Run the UI Tests

  1. In AS navigate to the UI test folder (androidTest).
  2. Right-click on the MainActivityTest file
  3. Select 'Run MainActivityTest' option

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages