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
Post a Comment