Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Cache for image loading #48

Closed
jmmosa opened this issue Jan 25, 2013 · 1 comment
Closed

Cache for image loading #48

jmmosa opened this issue Jan 25, 2013 · 1 comment

Comments

@jmmosa
Copy link

jmmosa commented Jan 25, 2013

Is it possible for the flipview to have a cache so that whenever it encounter the image again, it wont download it anymor?

@openaphid
Copy link
Owner

The design of FlipView follows the general principles of AdapterView; it has no knowledge about the view hierarchy provided by an adapter. The only thing that is cached and reused is the convertView passing throught the method getView(...).

It's up to you to cache image resources and reuse them in your adapter, like what you can do with a ListView.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants