Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasspgyn authored Aug 14, 2017
1 parent 826d48d commit cda329a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,13 @@ doubleTapView.setOnDoubleTapEventListener(new DoubleTapView.onDoubleTapEventList
});
```

### Work with image libraries (like Picasso)
```java
Picasso.with(this).load("http://i.imgur.com/DvpvklR.png").into(doubleTapView.getBackgroundImageView());
```
You can see a [Sample Project here](https://github.com/douglasspgyn/DoubleTapViewSample).

## How to use
## Add to your project:

Add maven jitpack.io on Project Grable:
```xml
Expand All @@ -58,7 +62,7 @@ and de lib dependence on Module Gradle:

```xml
dependencies {
compile 'com.github.douglasspgyn:DoubleTapView:0.1.1'
compile 'com.github.douglasspgyn:DoubleTapView:0.2.0'
}
```

Expand Down

0 comments on commit cda329a

Please sign in to comment.