關於用 Zxing 產生發票的兩三件事
你要用 Android 產生發票上的 Barcode 和 QR Code 嗎?我也是。
這篇文章會簡單敘述 Barcode 和 QR Code 該有的格式、內容,然後使用 Zxing 產生這三個圖檔,並組合起來變成一張圖,讓你可以拿去列印
你要用 Android 產生發票上的 Barcode 和 QR Code 嗎?我也是。
這篇文章會簡單敘述 Barcode 和 QR Code 該有的格式、內容,然後使用 Zxing 產生這三個圖檔,並組合起來變成一張圖,讓你可以拿去列印
自從進系統廠就很久沒碰到正常 Android 的世界了,這次難得有專案可以重回正常的世界。
本次使用 MVVM 架構,RecyclerView 的 Adapter 使用 ListAdapter 而非 RecyclerView.Adapter,UI 綁定使用 ViewBinding
神奇的 OutOfMemory,以前一直以為只有記憶體被吃爆會遇到,沒想到 threads 太多也會噴這個錯。
在系統廠與接案廠的綜合體之中,總能遇到很多正規 Android 手機不會遇到的問題,像這次 MediaPlayer 掛掉的原因連 MediaPlayer 自己都不知道
In this article, I will show you how to customize a HttpClient for PrDownloader
You got a mission: “add a self-signed certificate to an Android app target below API 24”
You searched. You found the documents from Google. But it only works above API 24.
“How about adding it to the OkHttp client” - You think
這個案例是把圖片轉為 Base64 塞在 JSON 裡面用 Socket 傳送,結果 JSON 大到靠北導致讀取出問題。照網路上其他人用 length 判斷來讓讀取迴圈停下來的方法又會導致其他 API 壞掉,簡單來說就是修 A 壞 B,修 B 壞 A,無法共存。
但為了讓所有 API 都能正常運作只好用了點不是很好看的手法。
In this article, I will show you how to check and ask for storage permission.
You usually don’t need this permission if your app goes on Play Store.
Graph 題我直接當場去世。