views:

292

answers:

1

I'm trying to build a gallery where the images within will be pulled from the images URL from a website. i.e. Instead of doing R.drawable.xxxx.jpg, you use a url to represent the image.

Is this possible? If so, can you show me an example in code?

Thanks

A: 

This might help you:

http://evancharlton.com/thoughts/lazy-loading-images-in-a-listview/

I'm using this technique for the Gallery widget, and it works well.

synic