Skip to content

steve-papadogiannis/dist-sys-client-android

Repository files navigation

Directions Map Reduce Client

Build Status Known Vulnerabilities

A small project that where the user selects a starting and an ending location in a Google Maps Fragment and queries an Directions Map Reduce Server at the configured ip/port.

Versions

  • Compile Android SDK: 30
  • Android Build Tools: 30.0.3
  • Play Services Maps SDK: 17.0.0
  • Play Services Location SDK: 18.0.0

Sequence Diagram

Lifecycle Sequence Diagram

Build

Below command should be issued inside project's directory:

./gradlew build connectedCheck

Run

Below command should be issued inside project's directory. adb should be in the user's path and an Android device of the targeted sdk version should be connected:

For debug apk:

./adb install app/build/outputs/apk/debug/app-debug.apk

For release apk:

./adb install app/build/outputs/apk/release/app-release.apk

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages