Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 468 Bytes

File metadata and controls

17 lines (14 loc) · 468 Bytes

Android

To Install the application: -Download the apk from the repo -enable installing applications from third party sources on the phone -copy the apk to the phone and install

The JavaDoc documentation and unit tests are on the InstrumentedTests branch.

To run Unit Tests: -clone the repo -open the repo in Android Studio -navigate to com.example.projectx (androidTest) -select the file you want to test -open the file -right click on the class name -choose run