2022 iThome 鐵人賽
「連續 30 天發表技術文章不中斷」爆發驚人的技術能量,
寫出一整年的成長與學習。
Mobile Development
選手 63 文章 1377
Day 1
2022-09-16
3228
0
App的效能很重要,有好的效能才能帶來好的體驗。一般來說,一個 App 的開啟 (Cold start) 需要在0.5秒內完成。使用者對於 UI 操作需要在0....
Day 20
2022-10-05
3190
0
我們在 Memory leak 篇介紹了如何使用 Profiler 來找出 Memory leak。接著將繼續介紹使用 Profiler 來分析記憶體。Prof...
Day 24
2022-10-09
3184
0
大綱 Standard bottom sheet Modal bottom sheet Expanding bottom sheet Common Using...
Day 5
2022-09-20
3171
0
今天要介紹的是如何串接api,這邊介紹的套件是使用retrofit串接API 下載套件在檔案pubspec.yaml加入下放語法,最新版本可至retrofit確...
Day 27
2022-10-03
3128
0
 Medium 好讀版 我們想要在 Kimoji App 中新增一個 landing screen,可以用來在背景載入資料。 此系列文章是以我的業餘專...