An open API service indexing awesome lists of open source software.

https://github.com/othreecodes/primenumbermultiplicationtable

An Android program that calculates and displays a multiplication table of the first 10 prime numbers.
https://github.com/othreecodes/primenumbermultiplicationtable

Last synced: about 2 months ago
JSON representation

An Android program that calculates and displays a multiplication table of the first 10 prime numbers.

Awesome Lists containing this project

README

          

# Dependencies
To run this project you need to have:

- JDK 7 or higher
- Android Studio 3.2 or higher (https://developer.android.com/studio/)
- Kotlin Plugin 1.2.50
# Setup the project

Install the dependencies above
```sh
$ git clone git@github.com:othreecodes/PrimenumberMultiplicationTable.git # Clone the project

$ cd PrimenumberMultiplicationTable

$ ./gradlew test #run tests
```

Open Android Studio
Click "Open an existing Android Studio Project"

Build the project and run the tests to see if everything is working fine

# Output
![Image](Screenshot.png)