原创 Android 打包apk優化

1.代碼混淆 2.圖片壓縮 (svg圖片轉換,webp圖片轉換 ) 3.去除無用資源 (shrinkResources true//打包刪除未使用的資源) 4.dex優化 5.資源混淆 7zzip壓縮 6.so庫配置( ndk { ab

原创 WebView加載html某些機型亂碼

mWebView.loadData(response, "text/html", "UTF-8"); 使用這個方法加載的html,但是在某些型號的紅米手機和oppo手機顯示亂碼 解決方法: mWebView.loadData(

原创 關於canvas.drawBitmap(bgBm, 0, 0, null)小米手機生成的圖片不完整解決方案

具體需求是爲生成二維碼,爲二維碼添加背景和logo,添加背景時使用canvas.drawBitmap(bgBm, 0, 0, null),發現在小米手機上背景圖片生成的不完整,但是其他機型都是完整的; canvas.drawBitmap