This commit is contained in:
sloop
2016-02-02 22:14:38 +08:00
parent 132ce1840a
commit 82b35f92c6

View File

@@ -234,6 +234,7 @@ public void drawPicture (Picture picture, RectF dst)
> 2. 由于各种原因BitmapDrawable中很多比较方便的创建方法都废掉了而且使用BitmapFactory并不比使用BitmapDrawable麻烦。<br/>
> 3. 使用BitmapDrawable很难预防OOM(Out Of Memory 申请内存过大)而合理使用BitmapFactory基本上可以避免OOM的产生。<br/>
**PS关于Drawable相关内容以后会专门进行讲解此处仅仅提及一下。**