GreenDao
- 數(shù)據(jù)庫實體修改后一直報錯(在沒有升級數(shù)據(jù)庫的前提)
錯誤提示:has been changed after generation.Please either mark it with @Keep annotation instead of @Generated to keep it untouched,or use @Generated (without hash) to allow to replace it.
方案:將@Generated
后面的hash值刪除后編譯
PDF解析
解析出的圖片模糊
分析:單位不統(tǒng)一篙议,Page
獲取每頁尺寸的單位是英鎊
方案:使用resources.displayMetrics.densityDpi / 72
* 每頁的尺寸解析出圖片被拉伸
分析:默認(rèn)不限制裁剪區(qū)域,會將PDF源文件鋪滿Bitmap
方案:關(guān)注一下PdfRenderer
中render
方法的第二個參數(shù)怠硼,不要盲目傳Null
音頻
- 播放短暫的音頻
播放類似按鍵音鬼贱、翻頁音的時候選擇SoundPool
速度更快
Fragment
- 使用Fragmentation報Fragmeng沖突
試著這樣導(dǎo)入
implementation 'me.yokeyword:fragmentationx:1.0.1'
implementation 'me.yokeyword:fragmentationx-core:1.0.1'