Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hotchemi/picasso-helper

DEPRECATED
https://github.com/hotchemi/picasso-helper

Last synced: about 1 month ago
JSON representation

DEPRECATED

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);
```