1、item布局,層級越少越好,使用hierarchyview工具檢視優化
2、復用convertview
3、使用viewholder減少findviewbyid
4、item中有時,非同步載入picasso
5、快速滑動時,不載入
6、item中有時,應當對進行壓縮
7、實現資料的分頁載入
1、錯誤匯出元件
2、引數校驗不嚴
3、webview引入各種安全問題,webview中的js注入
4、不混淆,不防二次打包
5、文明儲存關鍵資訊
6、錯誤使用https
7、山寨加密方式
8、濫用許可權,記憶體溢,使用debug簽名
Android小問題集錦
1.android head detached at x 解決方法 切回分支直接用git checkout 分支名 git checkout b 本地分支名 remotes origin 遠端分支名,這個命令是在本地建立乙個分支名,並且將遠端的分支引入到這裡,因為我本地已經有了這個分支名,直接用 g...
Android程式設計中的常見小問題ZZ
在我們繼承系統dialog 實現自己的 dialog 時,可以通過設定 style 來實現 android color transparent android color transparent 0.8 android color transparent android color transpar...
Android開發中遇到的一些小問題
1 銀聯支付 檔案 沒有打包到apk中,在android studio中是這樣的 注意 這種方法是在匯入第三方sdk時,把 so檔案新增到libs檔案裡面的 sourcesets 但是後來在另外乙個專案中接入極光推送的sdk時,so檔案是放在src main jnilibs下的,應該是這樣的 sou...