• I finally DID IT!!

    Former Member
    Former Member

    I finally did it! 

    After two months of work I finally finished the app that I needed.

    https://apps.garmin.com/en-US/apps/fff8a8c9-7c3b-4405-9665-b89de3ed3344 

    Thank you all for the support!

    In reference to:

    I'm new developer here and I'd like to know if…

  • RE: Struggling to understand the proper way to use Jungles...

    hello,

    I see you define layout variables in the Layout.mc files, for instance your variable "heartRateIconX".  I would like to do this same thing, so that it will make layouts easier, at least as far as portability to other watch designs go. 

  • RE: How to use barreltest and test barrel code on the command-line?

    I'm not really familiar with the barreltest tool, but the output it is generating is a .PRG file. I'm pretty sure the flow is supposed to be...

    connectiq-sdk-mac-3.1.8 vitek$ ./bin/barreltest -a bin/api.db -y ~/developer_key.der -f ~/Desktop/eclipse…

  • Help needed about CIQ app Launcher icon

    It might be a dumb question, but it seems that I can't figure out how to make the launcher icon of an app to appear in the list of installed CIQ apps on a device.

    Is there anything special to be done when building the app project?

    A long time ago the…

  • New forum: Thank you (+ a couple of feature requests...)

    Just wanted to say thank you so much for the modernized CIQ forums, to everyone at Garmin and especially the people who made it happen / implemented it.

    It's simple, clean, optimized for mobile and has threaded replies and proper upvotes/downvotes, which…

  • RE: Is HRM-tri supported by Connect IQ?

    Former Member
    Former Member
    The reason why batched data is used when swimming is because water blocks the signal from the hrm. Well, guess what? The human body is mostly water. Thus if your body is between is between the watch and the hrm transmitter, the signal is blocked or…
  • RE: Failed opening simulator

    - In Windows 10, even admin users don't have admin rights by default. (This is why you often get a "UAC" pop-up dialog asking you to confirm certain actions or changes, like installing software). In any case, CIQ should not require admin…
  • Metric average data types

    I don't know if this will make sense. Unless you've tried to do this. But the Activity.Info "average" data types, for at least Power and HR are integers. And they really should be floats.

    Here is why.

    Say you want to know the AVG POWER…
  • RE: Drawing performance

    Former Member
    Former Member
    If you are rendering to a buffered bitmap, you should be able to render to this in your compute function, and avoid the "catching up" when you are off screen. If the render is fast enough this wouldn't really be necessary since it wouldn't impact power…
  • RE: APi info fields referred to slope grade and VAM .....

    Thank you Brandon for your answer.

    In my opinion I think that would be nice that all the fields provided by Garmin and present in the device Data Fields set should be available in the Activity.info set.

    About the slope grade:

    I own an edge 520 with the 12…