I want to load images into my list view from the web. I have a URLs of
the images/thumbnails which I've retrieved from an rss feed and stored
in a table. Is this possible with a list or cursor adapter or is there
another way?

What is a good way to prepare loading and display of a set of images?
In some cases I just want to display images in the list, in other
cases I might have an mrss file defining a slide show and I would want
to show them in a grid, list or gallery/switcher view. creating the
view is no problem. The part I haven't seen any examples of is
resolving the url to something usuable like content uri or
displayable...

I can load a single image into an ImageView by creating an InputStream
from the URL, but is there a better way when dealing with many remote
images?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to