java.lang.OutOfMemoryError occur on the animation Loading?
问题 What I get from the Developer site is "If in the loading time total size of the animation exceed the value of Virtual heap memory , this error will occur" and For the Solution use BitmapFactory . I tried in the below code : Now, the question is this, "what are responsible for this error ?" : Does dimensions of the image are count when the Images load for animation. Like : If I have 10 images dimensions( 1100 * 1100 ) and use ARGB_8888 pattern for the image. Size of images(500KB, 1MB etc )