DOC

fm.feed.android : PlayerSDK

Maven & Gradle

Jul 04, 2015

Feed.fm client library for Android · This is an Android library for making use of the Feed.fm 'music as a service' REST API. This library retrieves and handles playback of audio files and has a simple UI to serve as the foundation for your own music player.

Table Of Contents

Latest Version

Download fm.feed.android : PlayerSDK Javadoc & API Documentation - Latest Versions:

All Versions

Download fm.feed.android : PlayerSDK Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
3.0.x
1.1.x

How to open Javadoc JAR file in web browser

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

Advertisement