Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
axellaffite committed Sep 25, 2020
2 parents 9adb415 + 4c2f295 commit 9f95a52
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
# Fast Gallery
Based on well known libraries such as [Subsampling Scale Image View](https://github.com/davemorrissey/subsampling-scale-image-view) and [Picasso](https://github.com/square/picasso), this library allows you to display images at their full resolutions.

## Implementation

First, add the maven repository to your root build.gradle.

```
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```

Then add the dependency to your app build.gradle :

Current version: [![](https://jitpack.io/v/axellaffite/Fast-Gallery.svg)](https://jitpack.io/#axellaffite/Fast-Gallery)

```
dependencies {
implementation 'com.github.User:Repo:CurrentVersion'
}
```

## Usage

The library is easy to use.
Expand Down

0 comments on commit 9f95a52

Please sign in to comment.