DOC

it.sephiroth.android.library.picasso : picasso

Maven & Gradle

Nov 11, 2015
1 usages
12 stars

picasso · A powerful image downloading and caching library for Android. This is a fork of the original library: https://github.com/square/picasso

Table Of Contents

Latest Version

Download it.sephiroth.android.library.picasso : picasso Javadoc & API Documentation - Latest Versions:

All Versions

Download it.sephiroth.android.library.picasso : picasso Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.5.x
2.3.x
2.2.x
2.1.x

How to open Javadoc JAR file in web browser

  1. Rename the file picasso-2.5.2.4b-javadoc.jar to picasso-2.5.2.4b-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder picasso-2.5.2.4b-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "picasso-2.5.2.4b-sources.jar" -d "picasso-2.5.2.4b-javadoc" -subpackages 

Advertisement