iT邦幫忙

2023 iThome 鐵人賽

DAY 3
0
SideProject30

拿到一支Garmin錶,要怎麼開發app?系列 第 3

[Day-03] 製作我的第一個手錶App

  • 分享至 

  • xImage
  •  

今天參考Garmin的這篇教學,來製作第一個app吧
https://developer.garmin.com/connect-iq/connect-iq-basics/your-first-app
在此之前,先到這裡 https://developer.garmin.com/connect-iq/compatible-devices/
查一下你想讓app運作什麼裝置上,而裝置目前支援的api level又是多少,
我手上的ForeRunner235支援的Api level是1.4
https://ithelp.ithome.com.tw/upload/images/20230917/20128973opbZ06inPB.png
畢竟是8年前的產品了(2015年發表的),api level只支援到1.4(目前最新版本已到4.2),
越新的api level能使用的api就越多,不過如果沒有要用到太複雜的功能,1.4應該很夠用了

確認api level之後,開啟VS Code建立新專案吧,
按下快捷鍵ctrl+shift+p 輸入monkey new
選擇 Monkey C: New Project
https://ithelp.ithome.com.tw/upload/images/20230917/20128973zKBHRwPo3h.png

project的名稱我取MyFirstWatchFace
https://ithelp.ithome.com.tw/upload/images/20230917/20128973K7GN66p7Oj.png
先簡單做一個錶面來試試水溫,選擇Watch Face
https://ithelp.ithome.com.tw/upload/images/20230917/20128973Z2nAd9WD27.png
template選擇Simple
https://ithelp.ithome.com.tw/upload/images/20230917/20128973tHQIavrANd.png
由於我的ForeRunner235只支援到1.4,所以API Level選擇1.4
https://ithelp.ithome.com.tw/upload/images/20230917/20128973A30pVU5TQy.png
勾選支援的裝置
https://ithelp.ithome.com.tw/upload/images/20230917/20128973Ck96EC7uzm.png
按下ok之後選擇一個資料夾來儲存這個project,新專案就建立完成了

在專案目錄中,我們可以看到有兩個主要目錄,
一個是resources,主要放的是圖片、layout、文字檔等靜態檔案
一個是source,裡面放的是就是程式碼了,
此外還有一個manifest.xml,是主要的設定檔

總之先試跑一下這個專案吧,按下右上角Run選單,選擇Run Without Debugging
https://ithelp.ithome.com.tw/upload/images/20230917/20128973N2KHuaYlMX.png
看看是否有成功跳出一個模擬器的視窗如下,
https://ithelp.ithome.com.tw/upload/images/20230917/201289734Nc27mSUli.png
如果沒有的話,就需要再檢查一下環境是不是沒有建好


上一篇
[Day-02] 開發Garmin app的第一步:環境建置
下一篇
[Day-04]匯入其他人的CIQ App專案
系列文
拿到一支Garmin錶,要怎麼開發app?30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言