Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mitmel/Android-Image-Cache
An image download-and-cacher that also knows how to efficiently generate and retrieve thumbnails of various sizes.
https://github.com/mitmel/Android-Image-Cache
Last synced: 18 days ago
JSON representation
An image download-and-cacher that also knows how to efficiently generate and retrieve thumbnails of various sizes.
- Host: GitHub
- URL: https://github.com/mitmel/Android-Image-Cache
- Owner: mitmel
- License: other
- Created: 2011-11-09T19:47:03.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-02-13T21:45:40.000Z (over 11 years ago)
- Last Synced: 2024-07-31T22:46:10.872Z (3 months ago)
- Homepage: http://mobile.mit.edu/
- Size: 1.4 MB
- Stars: 469
- Watchers: 67
- Forks: 245
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE_LGPL_V2
Awesome Lists containing this project
README
Image Cache
===========An image download-and-cacher that also knows how to efficiently generate
and retrieve thumbnails of various sizes.Features
--------* easily integrates into content-provider backed applications, providing an
adapter that can read local and web URLs from a cursor
* automatic generation and caching of multiple sizes of images based on one
downloaded asset
* provides a disk cache as well as a memory cache
* automatic disk cache management; no setup necessary, but parameters can be
fine-tuned if desired
* designed to work with your existing setup: no extending a custom application
or activity needed
* cursor adapter supports multiple image fields for each ImageView; skips
fields that are null or empty
* cursor adapter has an automatic progress bar when loading the cursorUsing
-----Please see the `test/` directory for both a simple example of using it as well as
some unit tests. When running the application in `test/` make sure to run it as
an Android activity if you want to see the demo.Both the unit tests and the interactive test load some images from our lab's servers.
License
=======MEL Android Image Cache
Copyright (C) 2011-2013 [MIT Mobile Experience Lab][mel]This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License version 2.1 as published by the Free Software Foundation.This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA[mel]: http://mobile.mit.edu/