Imageview Query

carloz

Member
Licensed User
Longtime User
Hi all,

I am working on a app, which fetches a list of products from a database and populates a scrollview with it. its all working fine except that i am unable to show images from the urls fetched from the database.

anyone has any idea how to go about it?

thnx/regards
carloz
 

carloz

Member
Licensed User
Longtime User
will this help?

just saw the flickerview example... maybbe i can use that. is there a better way to do it...?
 
Upvote 0

carloz

Member
Licensed User
Longtime User
Found it :)

i guess the httputils is the solution to this, saw the example ..works fine for me..
thnx

carloz
 
Upvote 0
Top