DOC

com.getchute.android.libs.photopickerplus : photo-picker-plus

Maven & Gradle

Nov 21, 2017

photo-picker-plus · PhotoPicker+ is a component made for developers to easily integrate it inside their application and enable photo and video picking functionality. This component enables browsing media items from services such as Facebook, Picasa, Instagram, Flickr, Google+, Google Drive, SkyDrive, YouTube and Dropbox. It also enables capturing photos and videos with the native camera application and choosing media items from the device.

Table Of Contents

Latest Version

Download com.getchute.android.libs.photopickerplus : photo-picker-plus Javadoc & API Documentation - Latest Versions:

All Versions

Download com.getchute.android.libs.photopickerplus : photo-picker-plus Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.3.x

How to open Javadoc JAR file in web browser

  1. Rename the file photo-picker-plus-2.3.3-javadoc.jar to photo-picker-plus-2.3.3-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder photo-picker-plus-2.3.3-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 "photo-picker-plus-2.3.3-sources.jar" -d "photo-picker-plus-2.3.3-javadoc" -subpackages 

Advertisement