Arun M R
Arun M R

Reputation: 41

Asynchronous image listing and caching in android

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

Answers (2)

See the developers documentation, it shows some options to manage images:

Android developers: displaying bitmaps efficiently

Upvotes: 1

see2851
see2851

Reputation: 657

see:

a example : https://github.com/tingzi/android-app

Upvotes: 0

Related Questions