DOC

com.github.b3er.rxfirebase : firebase-database-kotlin

Maven & Gradle

Jul 06, 2017
10 stars

RxFirebase2-Database Kotlin support · RxJava 2 binding APIs for Firebase Android SDK.

Table Of Contents

Latest Version

Download com.github.b3er.rxfirebase : firebase-database-kotlin Javadoc & API Documentation - Latest Versions:

All Versions

Download com.github.b3er.rxfirebase : firebase-database-kotlin Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
11.2.x
10.21.x
10.1.x

How to open Javadoc JAR file in web browser

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

Advertisement