Android Question How to add remote http image in a ListView

DonManfred

Expert
Licensed User
Longtime User
I dont think it will work with ListView. Use xCustomListview and you can easily use the Imagedownloader mechanism.

On the other hand you just can download the mages with okhttputils and directly use the right image (as bitmap) to put into the LV.
 
Upvote 0

Gktech

Member
Licensed User
I dont think it will work with ListView. Use xCustomListview and you can easily use the Imagedownloader mechanism.

On the other hand you just can download the mages with okhttputils and directly use the right image (as bitmap) to put into the LV.

Thanks for doing xCustomListview and worked it out, problem solved.
 
Upvote 0
Top