發表文章

目前顯示的是 2018的文章

Privacy Policy - Hey Note - notepad & memo

Privacy Policy Hey Tsai built the Hey Note - notepad & memo app as an Ad Supported app. This SERVICE is provided by Hey Tsai at no cost and is intended for use as is. This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service. If you choose to use my Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that I collect is used for providing and improving the Service. I will not use or share your information with anyone except as described in this Privacy Policy. The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which is accessible at Hey Note - notepad & memo unless otherwise defined in this Privacy Policy. Information Collection and Use For a better experience, while using our Service, I may require you to provide us with certain personally identifiable inform

Privacy Policy - Games Database - MHW

Privacy Policy Hey Tsai built the  Games Database - MHW  app as an Ad Supported app. This SERVICE is provided by Hey Tsai at no cost and is intended for use as is. This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service. If you choose to use my Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that I collect is used for providing and improving the Service. I will not use or share your information with anyone except as described in this Privacy Policy. The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which is accessible at  Games  Database - MHW unless otherwise defined in this Privacy Policy. Information Collection and Use For a better experience, while using our Service, I may require you to provide us with certain personally identifiable information. The inf

Privacy Policy - QR Code Scanner

Privacy Policy Hey Tsai built the QR Code Scanner app as an Ad Supported app. This SERVICE is provided by Hey Tsai at no cost and is intended for use as is. This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service. If you choose to use my Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that I collect is used for providing and improving the Service. I will not use or share your information with anyone except as described in this Privacy Policy. The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which is accessible at QR Code Scanner unless otherwise defined in this Privacy Policy. Information Collection and Use For a better experience, while using our Service, I may require you to provide us with certain personally identifiable information. The information that

Swift 學習筆記 - 型別安全

Swift是一個非常講求型別安全的語言,程式設計者在編譯前,便要能明確變數的型別。如果有先學習過其他程式語言,在一開始接觸時,會不太習慣。 以簡單的『數值相加後顯示』為例,程式碼: 執行結果: Error: Line 3: binary operator '+' cannot be applied to operands of type 'Int' and 'Double' 在編譯時,便會出現錯誤,就如錯誤的內容所描述,Swift不會自動進行運算元型別的轉換,需要設計者需明確地指示出來。 進行下述修改後,即可正常編譯,程式碼: 執行結果: d : 2.5 Swift對於型別的要求,會讓人覺得不夠方便,但在撰寫程式時,明確地掌握所使用變數的型別,能夠避免因為型別模糊帶來的錯誤,也可以養成好的程式習慣。 資料參考來源: https://developer.apple.com/library/content/documentation/Swift/Conceptual/Swift_Programming_Language/TheBasics.html

創意筆記 ( v1.2.0,2018/03/31更新)

圖片
 -  筆記內容頁面,新增放棄變更按鈕  -  筆記內容頁面,新增分享按鈕  -  筆記內容頁面,新增分享按鈕  -  筆記列表(長按),新增移動及複製按鈕

Android App分享文字訊息至其他應用程式

圖片
當需要將App的文字訊息分享到其他App (像是電子郵件、Line之類) 時,可以使用Intent和Android系統定義的動作ACTION_SEND來完成。 程式碼: 執行後結果: 如果要讓使用者可以更自由的選擇每次要分享到的App,可以使用chooser。 程式碼: 執行後結果: 另外,chooser會依使用者之前的選擇調整App的順序,也可以自行設定要顯示的分享標題名稱,算是額外的好處。 資料參考來源: https://developer.android.com/training/sharing/send.html

遊戲資料庫 - 魔物獵人世界 ( v1.4.5,2018/03/27更新)

圖片
 -  新增弩的彈種資訊  -  個人組合新增防禦及屬性總和  -  裝備頁面新增加入至個人組合按鈕

遊戲資料庫 - 魔物獵人世界 ( v1.4.4,2018/03/23更新)

圖片
 - 新增恐暴龍及相關裝備資料  - 新增貓飯技能資料