项目作者: alirezaashrafi

项目描述 :
Android image download and caching library
高级语言: Java
项目地址: git://github.com/alirezaashrafi/pico.git
创建时间: 2017-12-31T22:18:50Z
项目社区:https://github.com/alirezaashrafi/pico

开源协议:Apache License 2.0

下载





PICO android image downloader library






Do not forget the star:)⭐️

How to download pico" class="reference-link"> How to download pico

Gradle

Add it in your root build.gradle at the end of repositories:
  1. allprojects {
  2. repositories {
  3. ...
  4. maven { url 'https://jitpack.io' }
  5. }
  6. }
add this line to your module build.gradle dependecies block:
  1. compile 'com.github.alirezaashrafi:pico:3'

Maven

Add the JitPack repository to your build file
  1. <repositories>
  2. <repository>
  3. <id>jitpack.io</id>
  4. <url>https://jitpack.io</url>
  5. </repository>
  6. </repositories>
Add the dependency
  1. <dependency>
  2. <groupId>com.github.alirezaashrafi</groupId>
  3. <artifactId>pico</artifactId>
  4. <version>3</version>
  5. </dependency>


Licence

Copyright 2017 Alireza Ashrafi

Licensed under the Apache License, Version 2.0 (the “License”);
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

  1. http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an “AS IS” BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.


Author


If you liked this library, do not forget to star and follow me ⭐️❤️️💙

Eventually see my other libraries and projects