- 9月 14 週一 202012:14
Android Gradle 在 Android Studio 怎麼檢查所有的 Warning & Error? How to check all warnings and errors in Android Studio? gradle lint』Willy's Fish教學筆記

因為業務需要,今天做了 Android 向下相容的改動
由 API 26 -> API 24
- 8月 04 週二 202010:18
Android Kotlin 如何取得 (監聽) OKHTTP API 上傳進度,How to get (listener) the progress percentage of network with OKHTTP3 for progress bar?』Willy's Fish教學筆記
我們經常會有一些需要顯示上傳進度的時候吧?
比如說上傳大檔案、影片、相片之類的
比如說上傳大檔案、影片、相片之類的

上篇已提到怎麼從 Google Play Billing Library 接取商品列表
Android Kotlin APP 應用程式內購買 In-App Billing with Google Play Billing Library 實作教學、範例 example ( similar iOS In App Purchase ) ( 一 ) 』Willy's Fish教學筆記
- 7月 20 週一 202017:33
Android Kotlin APP 應用程式內購買 In-App Billing with Google Play Billing Library 實作教學、範例 example ( similar iOS In App Purchase ) ( 一 ) 』Willy's Fish教學筆記

我們發佈 APP 有很大的一份部就是為了賺錢吧
那麼就不可不知,如何實作 APP 內購功能
- 6月 10 週三 202009:29
Android apk 安裝後桌面沒有啟動圖示 (隱藏?),Not show launch icon and not create the shortcut on the desktop after installing from APK』Willy's Fish教學筆記
今天 Unity 的同事問我一個關於 Android 的問題
今天在 Java convert to Kotlin 的工程中
想到了這個問題
想到了這個問題
- 4月 30 週四 202016:11
Git / SourceTree 進階』4步驟,教你怎麼把另一個 remote repository 的 commit 加到現在的本地端專案。 How to use the command of cherry-pick from another repository?』Willy's Fish教學筆記

由於公司的 git 庫 clone 了另一個 repository for 客製化
但是某些變動是兩邊都需要修改的
- 4月 06 週一 202017:46
Mac Linux crontab 無法在 shell 中執行 python,出現錯誤 Operation not permitted

今天想要在 Mac 上設定排程執行任務
使用 crontab 一直無法順利完成
