DOC

pro.labster : smartrate

Maven & Gradle

Jun 21, 2021
20 stars

Android-Smart-Rate · Smart rate library for Android written with Koltin, RxJava 2, Dagger 2 and Moxy MVP

Table Of Contents

Latest Version

Download pro.labster : smartrate Javadoc & API Documentation - Latest Versions:

All Versions

Download pro.labster : smartrate Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.0.x

How to open Javadoc JAR file in web browser

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

Advertisement