Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 1.5 KB

README.md

File metadata and controls

50 lines (31 loc) · 1.5 KB

Seattle Passport

An Android application for exploring the city of Seattle, WA.

This project uses the following libraries:

Building

To build, install and run a debug version, run this from the root of the project:

./gradlew installRunDebug

Testing

For Android Studio to use syntax highlighting for Automated tests and Unit tests you must switch the Build Variant to the desired mode.

To run pmd, checkstyle and findbug checks on your machine:

./gradlew check

To run unit tests on your machine:

./gradlew testDebugUnitTest

To run automated tests on connected devices:

./gradlew spoon.  Results will be stored at [REPO]\app\build\spoon\[build]\index.html

Attributions

Thanks to the following for use of icons off of Noun Project:

Map Marker outline - https://thenounproject.com/term/map-marker/59715/ "Map Marker by Lee Mette from the Noun Project" Fremont Troll - https://www.flickr.com/photos/dph1110/472754028, https://creativecommons.org/licenses/by/2.0/legalcode Rain Photo by Gabriele Diwald on Unsplash

Credits