android - ListView with image from server -


i doing app can view listview of item contain item name, item price , item image. images store in different folder. want listview auto populated server , load image server. of online resource hard-coded image link. want app able detect image load.

you can try lazy loading of images. there many libraries task happen

like : https://github.com/nostra13/android-universal-image-loader , https://github.com/square/picasso


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -