I have an Ardino Comic,Which is In PDf Form,I split it and convert it
into the PNG form now I am calling this image one by one and also
fliping this page,but it takes only five pages and give an error like
memory problem.So how can I increase the memory of App in tab.Please
help me.
is it possible
Thank You
You can’t increase the size of application. This is happen because the limited memory size of heap. So the alternate way is recycle your objects on which you load the images, or release them after use of one by one. so it help you.
EDIT: this works in my case.