tigerjj / FasterAnimationsContainer

Frame Animation with Drawable without OutOfMemory
84 stars 32 forks source link

Use inBitmap parameter to recycle Bitmap memory #6

Closed lhzmrl closed 8 years ago

lhzmrl commented 8 years ago

If SDK version >=11 ,use inBitmap parameter to recycle Bitmap memery.It can reduce memory thrashing.