Reputation: 41
I'm new to android and need help with best examples which shows asynchronous image listing(set of images ). And interested to know the concept of image caching . How can we use low memory for image listing ?
Upvotes: 2
Views: 328
Reputation: 626
See the developers documentation, it shows some options to manage images:
Android developers: displaying bitmaps efficiently
Upvotes: 1