android - Bitmap size exceeds VM budget -


actually using background image image(these downloaded image),images in different size keep image fit insite background image using create scaled bitmap.i have 38 image ,i need display 1 one when press nextbutton backbutton using imageid in xml passing 38 images in single xml,in case showing bitmap exceeds vm budget

try use small size bitmap, error occurs because of buffer


Comments

Popular posts from this blog

Python __call__ special method practical example -

arrays - jQuery - Retrieve values from HTML elements and return their sum -