Connect IQ SDK

Garmin

Garminウォッチフェイスの作成:パフォーマンス4

パフォーマンス向上のためのTips。パフォーマンスの計測方法についてはGarminウォッチフェイスの作成:パフォーマンスを参照。その後、本当に上記の計測が正しいのか、フォーラムのほうも確認してみた。フォーラムではSystem.getTime...
Garmin-AutomationConnectIQ

AutomationConnectIQ-サンプル7

$time = $sim.CreateTime()$time.Open()$time.Time = Get-Date "2020-1-1 13:00:00"$time.Factor = 3$time.Action(::Start)Start...
Garmin-AutomationConnectIQ

AutomationConnectIQ-サンプル8

Automation Connect IQ SDKビルド、シミュレーター起動を行うコンビニエンスクラスCheckerの紹介。まずは、1デバイスのビルド、シミュレーター起動を行うメソッドについて。using namespace Automat...
Garmin-AutomationConnectIQ

AutomationConnectIQ-サンプル9

Automation Connect IQ SDKビルド、シミュレーター起動を行うコンビニエンスクラスCheckerの紹介。こちらはプロジェクトに登録されている全デバイスに対して処理をする関数。using namespace Automat...
Garmin-AutomationConnectIQ

AutomationConnectIQ-サンプル10

Automation Connect IQ SDKPowerShellでクラスを作成し、今まで紹介したクラスを有効に活用できるものを紹介。SimulatorActionクラス各個人で修正する箇所は、ActionとPreの関数。Simulat...
Garmin

ガーミンの永続データの取り扱い

Garmin Connect IQ SDK内のオブジェクトストアについてまとめてみた。実際にどのような動作になるのか、プログラムを組んで試してみた。
Garmin

充電してからの経過時間の表示

ガーミンスマートウォッチで、充電してからの経過時間を表示するプログラム。バッテリーの持ちを視覚化できないかと考えて作った。ガーミンの永続データの取り扱いについて調べたきっかけが、このプログラムを作るためだった。ForeAthlete45では...
Garmin-AutomationConnectIQ

AutomationConnectIQ-サンプル11

Automation Connect IQ SDKVer0.3で追加したものに関しての説明。using namespace AutomationConnectIQ.Lib;$sdk = New-Object GarminSDK -Prope...
Garmin

Garminウォッチフェイス作成

Garminのスマートウォッチ用のウォッチフェイスを作成するための手順の覚書
Garmin-AutomationConnectIQ

AutomationConnectIQ-サンプル13

Automation Connect IQ SDKVer0.3で追加したものに関しての説明。Activity Monitorのテーブルを編集する機能using namespace AutomationConnectIQ.Lib;$sdk =...
Sponsored Link