Watchface: Glance

NEWS UPDATE:

HANDY IQ:

https://apps.garmin.com/apps/3d167441-94f1-4b67-953f-e3ff6c272406

BIG EASY IQ:

https://apps.garmin.com/en-US/apps/1c8d4883-b4b2-49f3-b30c-954698cef794

EASY+: 

https://apps.garmin.com/apps/7c993e2b-70b3-459a-bbe0-db48a89af5a8?tid=0

With introduction of Garmin Pay, I am starting to add a new payment option for some of my apps. The system is not flexible enough to just add Garmin Pay to existing apps, so I'll publish a copy of an app, with the same functionality but Garmin Pay as the payment provider.

The first one out is Glance Ultra (a copy of Glance Dual Screen):

https://apps.garmin.com/apps/1bed8f69-2e34-46e4-9786-3166fa3c6ab2?tid=0

EASY Round - 2023 #1 watch face of the year (by Garmin):

apps.garmin.com/.../9a619d99-3e5b-4eec-81e7-006655d797cc

EASY Round

GLANCE WATCH FACE app won THE BEST NEW WATCH FACE APP OF 2022 ! At the Developers conference Garmin announced nominees and winners for the best apps in different categories. Glance Watch Face was nominated and won in the best new watch face category Slight smile! Garmin didn't post the video from the conference yet, but it was already reported by other websites: https://the5krunner.com/2022/10/12/garmin-app-watchface-of-the-year-2022-ciq-winners-and-nominees-announced/

The idea for this app is simple:
- Use only large fonts, so that all data are visible at a glance (hence the name of the app: Glance   )
- Put as much data on the screen as possible, without sacrificing font size above
- Make all data fields customizeable to your needs
- Make colors customizeable as much as possible, so users can create their own design

The "Glance Watch Face" app is 100% FREE - no hidden restrictions, nagging, or expiration:
https://apps.garmin.com/en-US/apps/07ae ... 07e8035fae

There is also a mostly free app - BIG EASY: apps.garmin.com/.../86ec352b-da01-4806-8972-770c6d32a5e8

There are also two paid versions of this app - "Glance Pro":

https://apps.garmin.com/en-US/apps/ac4be3ce-f0f3-4c49-be01-5fa52614ab2b

and "Glance Dual Screen":

https://apps.garmin.com/en-US/apps/5c0fe72b-f045-4366-a878-d3e67c600868

Paid versions are identical to the free version (so no worries, FREE doesn't mean bad!), but have a lot of extra features features:

  • Open Weather Map support
  • Setting for TIME font weight
  • New way to use shared color themes
  • Support for many new metrics (like Body Battery, Stress Level, and lots more)
  • Extra progress bars and Graphs (in Dual Screen only)
  • Two separate data screens (in Dual Screen only) 
  • A lot more - see apps description for the full list
  • You have an opportunity (and a small incentive) to support the development Slight smile

Unique feature of the Glance apps - you can save your own Color Themes and quicly switch between them righ on the watch.

NEW: Now you can SHARE your Color Theme! You can also quickly apply Color Themes shared with you. Here is a full description of how it all works: https://www.mobiledriveway.com/glance.html#color

Here is the current Color Themes Gallery: https://www.mobiledriveway.com/glance_gallery.html

Color themes are compatible between "Glance" and "Glance Pro" (except for "inactive status icons color", which became obsolete in "Pro").

I'd love to see all color combinations you came up with. Please post your themes in the Reviews and I'll add them to the gallery!

Questions and suggestions are welcome!

  • Actually, I don’t think it’s too complicated, because from what I understand the developer frinkr is simply leveraging the complications exposed by a widget:

    Yes, that is one of the ways to do it. However, I prefer not to use widgets from other developers - I don't want my apps to depend on anyone who might stop supporting their apps at any time. If I do it, I'd create my own widget.

    If you’d like to implement it, I’d be happy to help test and debug this feature.

    Thanks, I'll keep it mind if I decide to do it.

  • you don't need to depend on other app or widgets. You could just allow third part complications to be used, like many others watchfaces do.

    Please check the attached image from the "Fenix 8 V2" settings

    https://imgur.com/a/sDq6WC0

  • you don't need to depend on other app or widgets. You could just allow third part complications to be used, like many others watchfaces do.

    Just because "many others" decided to depend on another developer (which based on your screenshot they absolutely did), doesn't mean it is a good idea.

    Anyway, as I said, I'll keep your suggestion in mind. If I ever get a hold of a CGM device, I'll work on my own widget, or I might implement it some other way. Hardcoding CGM metrics from another developer in my app is out of the question. Thanks

  • I don’t think I expressed myself clearly… You don’t need to depend on other developers. It would be enough if you simply allowed the use of third-party complications in general. No additional dependencies, just more data available for your watchfaces.

  • I don’t think I expressed myself clearly… You don’t need to depend on other developers. It would be enough if you simply allowed the use of third-party complications in general. No additional dependencies, just more data available for your watchfaces.

    You don't understand how it works. I didn't want to go into details, but it looks like I can't avoid it.

    Lets say developer of the CGM widget reads a bad review and doesn't update his app for the new watches, or he changes the name of the published complications, or does any of dozens of other things that will break functionality on my side. I can't fix it until he does, but you will ask me, "why it doesn't work anymore in the watch face I paid for"? That is unacceptable for me.

    Thanks

  • Yes, I see your point, I’m an IT professional too.

    You shouldn’t say that your application supports CGM widgets or other external dependencies. You could simply expose the third-party complications in the field selection, as shown in the screenshot above, so that they appear in the list. Nothing more.

    If you want, you can also make it clear that the functionality of third-party complications does not depend on you and that you’re not responsible for them.

    At least that’s what I would do Blush

    Thanks anyway, and keep up the good work

  • Yes, I see your point, I’m an IT professional too.

    Thumbsup

    You shouldn’t say that your application supports CGM widgets or other external dependencies. You could simply expose the third-party complications in the field selection, as shown in the screenshot above, so that they appear in the list. Nothing more.

    The way it is done in the screenshots you sent, is not the best - name of the widget and a specific complications from it are hardcoded in the app settings. It works well if you own the widget, but otherwise I would do it differently - universal metric for all kinds of widgets. I'll put it on a TODO list. Thanks