Garmin Forums
Garmin Forums
  • Site
  • User
  • Site
  • Search
  • User
  • Apps & Software
  • Outdoor Recreation
  • Sports & Fitness
  • Pilots
  • Developer
  • Beta Program
  • German Forum
  • More
  • Cancel
  • RE: Differentiate between running in Sim vs Actual Device

    Travis.ConnectIQ
    Travis.ConnectIQ

    You're talking about writing a bunch of code that generates data... you'll want to compile that out, right? If so, you're going to need to use an exclude annotation or alternate source path to remove all of that code from your app anyway. The…

    • over 4 years ago
    • Connect IQ
    • Connect IQ App Development Discussion
  • RE: Thank you for the VS Code extension, Garmin! (And some thoughts)

    flowstate
    flowstate

    Thanks Kyle.ConnectIQ, appreciate it!

    For context, I happily use VS Code for work every day, so none of this is coming from a place where I'm unfamiliar or unhappy with how VS Code is "supposed" to work.

    The launch/task example above is helpful…

    • over 4 years ago
    • Connect IQ
    • Connect IQ App Development Discussion
  • RE: Get access to custom drawable in watch face view class

    Travis.ConnectIQ
    Travis.ConnectIQ

    There are a few steps necessary to get what you want. I'm assuming that your app looks something like this to start...

    class MyWatchFace extends WatchUi.WatchFace
    {
        function initialize() {
            WatchFace.initialize();
        }
        
        function…

    • over 4 years ago
    • Connect IQ
    • Connect IQ App Development Discussion
  • Should I be concerned about battery life in my DataField?

    wwarby
    wwarby

    I've recently released a DataField - it doesn't do anything particularly unusual, just grabs some data from the available activity info and renders it to the screen. However, for the last few days I've observed a sharp decline in the battery life…

    • over 5 years ago
    • Connect IQ
    • Connect IQ App Development Discussion
  • RE: Normalized Power fomula by garmin

    flowstate
    flowstate

    Well, I'm fairly sure that my formula and your formula are not mathematically equivalent. Just because they give the same or similar results for a given data set doesn't really prove anything. Like you pointed out, if your power is just 200 all the time…

    • over 5 years ago
    • Connect IQ
    • Connect IQ App Development Discussion
  • RE: Algorithm/approach for full page data field on multiple devices?

    flowstate
    flowstate
    This is just my opinion but I think that there's at least 4 approaches:

    1) layouts.xml, which is device-specific (not generic) and wastes lots of memory afaik

    2) Hardcoded dc.draw() calls. Similar to (1) except the positioning is done in code rather…
    • over 6 years ago
    • Connect IQ
    • Connect IQ App Development Discussion
  • Inconsistency btw sim/device: 2nd view of widget, when onPreviousPage() not handled

    flowstate
    flowstate
    Environment:
    CIQ 3.0.7
    Device: FR935

    Test Case
    1) Create widget app and run it
    2) Push second view (e.g. onSelect())
    3) Don't handle onPreviousPage() (or return false)

    Observed Behaviour
    In the sim, nothing happens if the user presses UP. On a real 935, the…
    • over 6 years ago
    • Connect IQ
    • Connect IQ App Development Discussion
  • RE: What is the purpose of Toybox.Activity.Info.offCourseDistance?

    flowstate
    flowstate
    One problem that we keep seeing in many threads here is that it's nearly impossible to know exactly how something will behave on any given device. But given that most people do this development as a hobby, there is no way to expect people to have…
    • over 6 years ago
    • Connect IQ
    • Connect IQ App Development Discussion
  • App: FHEM App

    Talkabout
    Talkabout

    Hi everybody,

    currently I am working on an app that connects to a FHEM home automation server. The purpose is to get easy access to devices configured there without having knowledge about internals (like URLs to be called). It is in BETA state at the moment…

    • over 7 years ago
    • Connect IQ
    • Connect IQ App Showcase
  • RE: Issue with Eclipse

    travis.vitek
    travis.vitek
    You need to specify the resource files on the compile line. The manifest file refers to the app name and launcher icon resources, but if you don't compile them in, it won't be able to find them.

    The following batch file could be modified for your…
    • over 9 years ago
    • Connect IQ
    • Connect IQ App Development Discussion
<>
Copyright © 1996-2023 Garmin Ltd. or its subsidiaries
  • Site Map
  • Terms of Use
  • Privacy
  • Security