Android Dialer App

Drawing

Combination Dialer Algorithm

The algorithm used to calculate all possible combinations from a dialer input is defined in the class CombinationDialImpl as the implementation of CombinationDial. The Algorithm was tested with the class CombinationDialerImplTest.

Tests

To run all test created for this project, run the following command in terminal:

$ ./gradlew test

Build Validation

This project contains a github action to validate the app build and tests for all pull request made

Author

Alejandro Daniel José Gómez Flórez (@aldajo92)