tags:

views:

66

answers:

1

Tag :Android Development

Hey i want to display a list of image form url which i will get from xml file. how can i do that plz assist me.

Any knid of help is appriciated

A: 

If you just want a library to do the work for you check out DroidFu. There's a writeup here.

Otherwise you'll have to spin off a new thread (probably using AsyncTask) that does the HTTP get and assigns it to ImageViews.

I know this is kind of high-level, but there is TONS of info out there about how to do HTTP gets and using AsyncTask.

fiXedd