You would have to do memory management on your list, if you plan to
keep all those images in memory. The list view knows which views are
exposed and which aren't. You'd have to re-fetch any views you deleted
to keep within memory limits.

You could cache you images in the local file system or in a database.
Both of those options would get them out of RAM.

On Jan 5, 12:27 pm, Iroid <irfan.f.k...@gmail.com> wrote:
> Hello all,
> I have a list that shows items containing text and image. I have to
> download the images from the remote server and show as list item.
> things are working fine.
> The real problem is my list could have around 100 list items and each
> item has image downloaded from remote server.
> It is giving me OutofMemory error when I fetch around 70-80 elements.
>
> Could anyone tell me the best way to manage this situation?
>
> I would appreciate your response.
>
> Thanks
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to