Charge heavy images on android

You must Login before you can answer or comment on any questions.

Hi, in my app i need to charge heavy images (800kb per image) from The filesystem, can i use a cache or something that can increase the performances?

— asked 9 months ago by Raffaele Chiocca
1 Comment
  • what kind of images do you need to manipulate that are that large? I would not recommend trying to cache them in memory because older android devices will not handle it properly

    — commented 9 months ago by Aaron Saunders

1 Answer

I am not sure,But as per my understanding,Cache only used for data with small sizes,not for such big size images.Please correct me if I am wrong.So I think you should not go with cache.

— answered 9 months ago by pankaj Goyal
answer permalink
1 Comment
  • i know i need to charge images with high resolution because i need to see the details of these images, but if i charge these images my app is really slow

    — commented 9 months ago by Raffaele Chiocca

Your Answer

Think you can help? Login to answer this question!