Skip to content

Simple WearOS (Android) app to store a GPS location and navigate to it via Google Maps

License

Notifications You must be signed in to change notification settings

gpghilardi/parkedhere

Repository files navigation

parkedhere

standard-readme compliant

Simple Kotlin/Jetpack Compose-based WearOS (Android) application.

Purpose: quickly store a GPS location and navigate to it via Google Maps.

If you, like me, need something to remember where you parked your car and quickly navigate to it, this is your app.

This app serves two distinct purposes:

  • educational: this app allows me to experiment with Kotlin/Jetpack Compose on my WearOS smartwatch
  • practical: it gives me a fast way to get back to my car's parking directly from my smartwatch

Table of Contents

Install

Download the app code, open it in Android Studio, build and install it on your device (a real smartwatch or an emulated one).

Usage

Open the app on your smartwatch.

Screenshot

Two buttons, nothing more, nothing less:

  • "Set position": reads the current position and stores it in app's own data store.
  • "Navigate": opens Google Maps and sets it to navigate to the previously stored position.

Stored location data (latitude and longitude scalar values) is persisted, this way we don't lose the stored location data in the unlucky event the app crashes or it's killed by the os for whatever reason.

Please note the app does nothing without an explicit input from the user, that is pressing one of the two buttons.

Screenshot

Maintainers

@gpghilardi

Contributing

PRs are accepted.

License

MIT © 2023 gpghilardi and other contributors

About

Simple WearOS (Android) app to store a GPS location and navigate to it via Google Maps

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages