Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Wear OS for smartwatch info #560

Closed
barbeau opened this issue Oct 22, 2021 · 1 comment · Fixed by #605
Closed

Support Wear OS for smartwatch info #560

barbeau opened this issue Oct 22, 2021 · 1 comment · Fixed by #605
Milestone

Comments

@barbeau
Copy link
Owner

barbeau commented Oct 22, 2021

Is your feature request related to a problem? Please describe.
WearOS is getting somewhat of a reboot, and Wear Compose is in developer preview:
https://android-developers.googleblog.com/2021/10/compose-for-wear-os-now-in-developer.html

Additionally, smart watches are getting more interesting from the GNSS perspective with some supporting dual-frequency.

Describe the solution you'd like
I'd like to create a very simple "dashboard" display similar to #313, and a Status list, as a Wear app.

Given that the Status screen is already implemented as Composables:
https://github.com/barbeau/gpstest/blob/master/GPSTest/src/main/java/com/android/gpstest/ui/status/StatusScreen.kt

A2aSJ4Qg4MAJNzC

...and Dashboard will be after PR #570 is merged, it should be relatively straightforward to re-use these in a Wear Compose app. We'll probably need to add code to only show certain items (e.g., for Status - azimuth, elevation, LocationCard) if the screen is over a certain width. That should allow us to present a minimal set of elements on a small watch screen to provide GNSS info like the list of signals with ID, constellation, CF, and C/N0.

We can start with just showing Status first in a new WearOS module in this project.

@barbeau barbeau added this to the Nice to have milestone Oct 22, 2021
@barbeau
Copy link
Owner Author

barbeau commented Nov 4, 2021

Good recent video from Android Dev Summit covering most recent navigation and other Wear Compose details.

"From mobile to Wear OS: Learn how to create a Compose app for the wrist"
https://youtu.be/B7D3G6tC9n0

@barbeau barbeau modified the milestones: Nice to have, v3.9, v4.0, v4.1 Nov 4, 2021
@stale stale bot added the stale label May 24, 2022
Repository owner deleted a comment from stale bot Aug 8, 2022
@stale stale bot removed the stale label Aug 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant