Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hotchemi/picasso-helper
DEPRECATED
https://github.com/hotchemi/picasso-helper
Last synced: about 1 month ago
JSON representation
DEPRECATED
- Host: GitHub
- URL: https://github.com/hotchemi/picasso-helper
- Owner: hotchemi
- License: apache-2.0
- Created: 2014-07-28T14:32:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-22T15:30:52.000Z (over 10 years ago)
- Last Synced: 2024-10-14T12:43:25.835Z (3 months ago)
- Language: Java
- Homepage:
- Size: 215 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
picasso-helper
==============Override default downloader and enable you to setting file cache'S max age and max size manually.
## Usage
```java
PicassoHelper.with(this)
.load(url)
.placeholder(R.drawable.placeholder)
.error(R.drawable.error)
.fit()
.into(view);
```